postgresql/src/backend/replication/libpqwalreceiver
Fujii Masao c476288653 Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
This reverts commit 083d29c65b.

The commit changed the code so that it causes an errors when
IDENTIFY_SYSTEM returns three columns. But which prevents us
from using the replication-related utilities against the server
with older version. This is not what we want. For that
compatibility, we allow the utilities to receive three columns
as the result of IDENTIFY_SYSTEM eventhough it actually returns
four columns in 9.4 or later.

Pointed out by Andres Freund.
2014-08-19 18:30:38 +09:00
..
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
libpqwalreceiver.c Revert "Fix bug in checking of IDENTIFY_SYSTEM result." 2014-08-19 18:30:38 +09:00