pgsql: Add PostgresVersion.pm method to emit the major version string - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add PostgresVersion.pm method to emit the major version string
Date
Msg-id E1m92qc-00054j-1F@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Remove unused directory from test/ssl .gitignore