-
- Downloads
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
This reverts commit 083d29c6. 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.
Showing
- src/backend/replication/libpqwalreceiver/libpqwalreceiver.c 2 additions, 2 deletionssrc/backend/replication/libpqwalreceiver/libpqwalreceiver.c
- src/bin/pg_basebackup/pg_basebackup.c 2 additions, 2 deletionssrc/bin/pg_basebackup/pg_basebackup.c
- src/bin/pg_basebackup/pg_receivexlog.c 2 additions, 2 deletionssrc/bin/pg_basebackup/pg_receivexlog.c
- src/bin/pg_basebackup/receivelog.c 2 additions, 2 deletionssrc/bin/pg_basebackup/receivelog.c
Loading
Please register or sign in to comment