From: | tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Error while creating subscription when server is running in single user mode |
Date: | 2017-05-31 11:54:35 |
Message-ID: | 7786985a-e083-5295-4126-497bd5c2d8b6@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
There is an error while creating subscription when server is running in
single user mode
centos(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Beena Emerson | 2017-05-31 12:23:43 | Re: Default Partition for Range |
Previous Message | Robert Haas | 2017-05-31 11:53:53 | Re: Use of non-restart-safe storage by temp_tablespaces |