postgresql/src/backend/postmaster
Peter Eisentraut 1e8a850094 Use asynchronous connect API in libpqwalreceiver
This makes the connection attempt from CREATE SUBSCRIPTION and from
WalReceiver interruptable by the user in case the libpq connection is
hanging.  The previous coding required immediate shutdown (SIGQUIT) of
PostgreSQL in that situation.

From: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Tested-by: Thom Brown <thom@linux.com>
2017-03-03 09:13:58 -05:00
..
autovacuum.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
bgworker.c Notify bgworker registrant after freeing worker slot. 2017-03-03 09:25:30 +05:30
bgwriter.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
checkpointer.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fork_process.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile
pgarch.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgstat.c Use asynchronous connect API in libpqwalreceiver 2017-03-03 09:13:58 -05:00
postmaster.c Add pg_current_logfile() function. 2017-03-03 11:43:11 +05:30
startup.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
syslogger.c Add pg_current_logfile() function. 2017-03-03 11:43:11 +05:30
walwriter.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00