Re: A weird bit in pg_upgrade/exec.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: a.akenteva@postgrespro.ru, pgsql-hackers@postgresql.org
Date: 2017-11-09T16:21:26Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > I think odd coding this was introduced recently because of the > pg_resetxlog -> pg_resetwal renaming. Dunno about that, but certainly somebody fat-fingered a refactoring there. The 9.6 code looks quite different but doesn't seem to be doing anything silly. regards, tom lane
Commits
-
Fix bogus logic for checking data dirs' versions within pg_upgrade.
- 4b02e935fee8 10.2 landed
- 164d6338785b 11.0 landed
-
Fix bogus logic for checking executables' versions within pg_upgrade.
- 115a70756338 10.2 landed
- 9be95ef156e7 11.0 landed