pgsql: Make PostgresVersion code a bit more robust and simple.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make PostgresVersion code a bit more robust and simple.
Date: 2021-04-22 19:28:58
Message-ID: E1lZf0U-0004uw-QM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make PostgresVersion code a bit more robust and simple.

per gripe from Alvaro Herrera.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/502dc6df8f6eeba06812ce09488efc7e684f5ec9

Modified Files
--------------
src/test/perl/PostgresVersion.pm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-04-22 20:01:29 pgsql: doc: mention <link> can be inside of <command>, but not <xref>
Previous Message Alvaro Herrera 2021-04-22 19:17:19 pgsql: Fix relcache inconsistency hazard in partition detach