Re: pg_recvlogical broken in back branches
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: magnus@hagander.net, Euler Taveira <euler@timbira.com.br>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-22T22:49:05Z
Lists: pgsql-hackers
On Sun, Apr 22, 2018 at 02:55:51PM -0700, Noah Misch wrote: > That change is testing the wrong variable. I plan to repair it as > attached. You are right here. Ditto The whole GetConnection() business in src/bin/pg_basebackup is confusing with the presence of a global variable. I am wondering if we should change GetConnection() to SetConnection(). Most of the routines of streamutil.c also use "conn" as a local variable while being defined as a global variable in streamutil.h, which don't help much. -- Michael
Commits
-
Correct pg_recvlogical server version test.
- bb532859f45a 9.4.18 landed
- 32c247629367 9.6.9 landed
- 24f1e9ca0b92 9.5.13 landed
- c7cc9b7d4080 10.4 landed
- 6336b6dfc5c5 11.0 landed
-
Empty search_path in Autovacuum and non-psql/pgbench clients.
- 582edc369cdb 11.0 cited