[HACKERS] Error while creating subscription when server is running in singleuser mode - Mailing list pgsql-hackers

From tushar
Subject [HACKERS] Error while creating subscription when server is running in singleuser mode
Date
Msg-id 7786985a-e083-5295-4126-497bd5c2d8b6@enterprisedb.com
Whole thread Raw
Responses Re: [HACKERS] Error while creating subscription when server isrunning in single user mode  (Dilip Kumar <dilipbalaut@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Use of non-restart-safe storage by temp_tablespaces
Next
From: Beena Emerson
Date:
Subject: Re: [HACKERS] Default Partition for Range