Re: [HACKERS] A weird bit in pg_upgrade/exec.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: a.akenteva@postgrespro.ru
Cc: pgsql-hackers@postgresql.org
Date: 2017-11-16T16:20:02Z
Lists: pgsql-hackers
a.akenteva@postgrespro.ru writes: > I see this bug is now fixed in pg_upgrade/exec.c => check_bin_dir(). > There's another bit exactly like that in check_data_dir() though. Oh, so there is ... and looking around, that seems to have been copied-and-pasted out of check_cluster_versions(), without any thought for the fact that those calls were thereby made redundant. Fix pushed, thanks for noticing! 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