1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00
Tom Lane 115a707563 Fix bogus logic for checking executables' versions within pg_upgrade.
Somebody messed up a refactoring here.  As it stood, we'd check pg_ctl's
--version output twice for each cluster.  Worse, the first check for the
new cluster's version happened before we'd done any validate_exec checks
there, breaking the check ordering the code intended.

A. Akenteva

Discussion: https://postgr.es/m/f9266a85d918a3cf3a386b5148aee666@postgrespro.ru
2017-11-09 11:30:36 -05:00
..
2017-06-21 15:35:54 -04:00
2017-11-06 17:06:17 -05:00
2017-11-06 17:06:17 -05:00
2017-06-21 15:19:25 -04:00
2017-02-17 08:56:57 -05:00