postgresql/src
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
..
backend Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
bin Fix bug in handling of connections that pg_receivexlog creates. 2014-10-18 03:06:34 +09:00
common Small message fixes 2014-08-09 00:07:00 -04:00
include Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
interfaces Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
makefiles
pl Translation updates 2014-10-05 23:23:50 -04:00
port Suppress dead, unportable src/port/crypt.c code. 2014-10-12 23:27:06 -04:00
template
test Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
timezone Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
tools Add valgrind suppression for padding bytes in twophase records. 2014-09-01 15:59:44 +02:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Fix quoting in the add_to_path Makefile macro. 2014-10-12 23:33:37 -04:00
Makefile.shlib
nls-global.mk
win32.mak