pgsql: Fix version check in 002_pg_upgrade.pl.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix version check in 002_pg_upgrade.pl.
Date: 2024-03-12 22:28:02
Message-ID: E1rkAbK-003TzX-4e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix version check in 002_pg_upgrade.pl.

Commit f696c0cd5f tried to account for the version in a way that
includes development versions, but it was broken. Fix with suggestion
from Tom Lane.

Discussion: https://postgr.es/m/1553991.1710191312@sss.pgh.pa.us
Reported-by: Tom Lane

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32dd2c1eff540e454d50a1d59d2d90ab6e70e0b6

Modified Files
--------------
src/bin/pg_upgrade/t/002_pg_upgrade.pl | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-03-12 22:49:01 pgsql: Add some asserts based on LWLockHeldByMe() for replication slot
Previous Message Tom Lane 2024-03-12 22:16:38 pgsql: Fix confusion about the return rowtype of SQL-language procedure