Re: pg_recvlogical broken in back branches
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Euler Taveira <euler@timbira.com.br>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, noah@leadboat.com
Date: 2018-04-17T06:38:13Z
Lists: pgsql-hackers
On Tue, Apr 17, 2018 at 03:01:33AM -0300, Euler Taveira wrote: > A proposed fix is attached. It should be applied to 9.4, 9.5, 9.6, and > 10. (Although, client version 10 can connect to server version 10, > client version 10 can't connect to server version 9.6.) > > Comments? The exact same fix has already applied on all stable branches: - af5fbb1286 -> REL9_4_STABLE - 24ff0fe877 -> REL9_5_STABLE - 59743deca9 -> REL9_6_STABLE - e7d3a37d99 -> REL_10_STABLE - 8d2814f274 -> master Visibly you missed it. -- 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