pgsql: Add PostgresVersion.pm method to emit the major version string

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add PostgresVersion.pm method to emit the major version string
Date: 2021-07-29 10:01:02
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add PostgresVersion.pm method to emit the major version string

For versions before 10, this will produce dotted notation unless a
separator argument is given, in which case it is used.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e8d89f8800e0aaafc66e87e8e5fedf5dbd038cf

Modified Files
--------------
src/test/perl/PostgresVersion.pm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-07-29 10:09:39 pgsql: Remove unused directory from test/ssl .gitignore
Previous Message Andrew Dunstan 2021-07-29 10:01:01 pgsql: Add adjust_conf method to PostgresNode