postgresql/src/bin/pg_basebackup
Fujii Masao 504c717599 Fix bug in handling of connections that pg_receivexlog creates.
Previously pg_receivexlog created new connection for WAL streaming
even though another connection which had been established to create
or delete the replication slot was being left. This caused the unused
connection to be left uselessly until pg_receivexlog exited.
This bug was introduced by the commit d9f38c7.

This patch changes pg_receivexlog so that the connection for
the replication slot is reused for WAL streaming.

Andres Freund, slightly modified by me, reviewed by Michael Paquier
2014-10-18 03:06:34 +09:00
..
po Translation updates 2014-10-05 23:23:50 -04:00
t pgindent run for 9.4 2014-05-06 12:12:18 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
nls.mk Add pg_recvlogical, a tool to receive data logical decoding data. 2014-03-18 12:25:14 -04:00
pg_basebackup.c Refactor replication connection code of various pg_basebackup utilities. 2014-10-01 17:35:56 +02:00
pg_receivexlog.c Fix bug in handling of connections that pg_receivexlog creates. 2014-10-18 03:06:34 +09:00
pg_recvlogical.c pg_recvlogical: Improve --help output 2014-10-12 01:54:25 -04:00
receivelog.c Revert "Fix bug in checking of IDENTIFY_SYSTEM result." 2014-08-19 18:30:38 +09:00
receivelog.h Add header comments to receivelog.h and streamutil.h. 2014-08-27 19:31:48 +09:00
streamutil.c Clean up Create/DropReplicationSlot query buffer 2014-10-06 11:18:13 -04:00
streamutil.h Refactor replication connection code of various pg_basebackup utilities. 2014-10-01 17:35:56 +02:00