]> granicus.if.org Git - postgresql/commit
Correct pg_recvlogical server version test.
authorNoah Misch <noah@leadboat.com>
Thu, 26 Apr 2018 01:50:29 +0000 (18:50 -0700)
committerNoah Misch <noah@leadboat.com>
Thu, 26 Apr 2018 01:50:32 +0000 (18:50 -0700)
commitc7cc9b7d408063c04482efb6bdd3c822fc3455ce
tree31e8be235b560b12fc45359abe585694032402ca
parent1222db999dc8ad055e0320dd6704d814acca3b51
Correct pg_recvlogical server version test.

The predecessor test boiled down to "PQserverVersion(NULL) >= 100000",
which is always false.  No release includes that, so it could not have
reintroduced CVE-2018-1058.  Back-patch to 9.4, like the addition of the
predecessor in commit 8d2814f274def85f39fbe997d454b01628cb5667.

Discussion: https://postgr.es/m/20180422215551.GB2676194@rfd.leadboat.com
src/bin/pg_basebackup/streamutil.c