[COMMITTERS] pgsql: Fix bogus logic for checking executables' versions withinpg_upg - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix bogus logic for checking executables' versions withinpg_upg
Date
Msg-id E1eCpj0-0003H7-9a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9be95ef156e7c2ae0924300acddd483504fa33b3

Modified Files
--------------
src/bin/pg_upgrade/exec.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Revert "Allow --with-bonjour to work with non-macOSimplementati
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix typo in ALTER SYSTEM output.