[HACKERS] Error while creating subscription when server is running in singleuser mode

Поиск
Список
Период
Сортировка
От tushar
Тема [HACKERS] Error while creating subscription when server is running in singleuser mode
Дата
Msg-id 7786985a-e083-5295-4126-497bd5c2d8b6@enterprisedb.com
обсуждение исходный текст
Ответы Re: [HACKERS] Error while creating subscription when server isrunning in single user mode  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
Hi,

There is an error while creating subscription when server is running in 
single user mode

centos@centos-cpula bin]$ ./postgres --single postgres -D m1data
PostgreSQL stand-alone backend 10beta1
backend> create subscription sub connection 'dbname=postgres port=5433 
user=centos' publication p with (create_slot=0,enabled=off);
2017-05-31 12:53:09.318 BST [10469] LOG:  statement: create subscription 
sub connection 'dbname=postgres port=5433 user=centos' publication p 
with (create_slot=0,enabled=off);

2017-05-31 12:53:09.326 BST [10469] ERROR:  epoll_ctl() failed: Bad file 
descriptor

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Use of non-restart-safe storage by temp_tablespaces
Следующее
От: Beena Emerson
Дата:
Сообщение: Re: [HACKERS] Default Partition for Range