pgsql: Teach PostgresVersion all the ways to mark non-release code - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Teach PostgresVersion all the ways to mark non-release code
Date
Msg-id E1laIb0-00053V-UC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Teach PostgresVersion all the ways to mark non-release code

As well as 'devel' version_stamp.pl provides for 'alphaN'
'betaN' and 'rcN', so teach PostgresVersion about those.

Also stash the version string instead of trying to reconstruct it during
stringification.

Discussion: https://postgr.es/m/YIHlw5nSgAHs4dK1@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa271209f6d995488fc5cba9731415f974823990

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix come comments in execMain.c
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Provide pg_amcheck with an --install-missing option