Re: [HACKERS] Error while creating subscription when server isrunning in single user mode

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: [HACKERS] Error while creating subscription when server isrunning in single user mode
Дата
Msg-id CAFiTN-sBezg881tX0xSGDRp3-kBgb0m7tOM1HSmE-cm3e0H2RA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] Error while creating subscription when server is running in singleuser mode  (tushar <tushar.ahuja@enterprisedb.com>)
Ответы Re: [HACKERS] Error while creating subscription when server isrunning in single user mode  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Wed, May 31, 2017 at 7:54 AM, tushar <tushar.ahuja@enterprisedb.com> wrote:
> 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

IMHO, In single user mode, it can not support replication (it can not
have background WALReciver task). However, I believe there should be a
proper error if the above statement is correct.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [PATCH] relocation truncated to fit: citus build failure on s390x
Следующее
От: Kevin Grittner
Дата:
Сообщение: [HACKERS] Re: transition table behavior with inheritance appears broken (was:Declarative partitioning - another take)