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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Teach PostgresVersion all the ways to mark non-release code
Дата
Msg-id E1laIb0-00053V-UC@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix come comments in execMain.c
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Provide pg_amcheck with an --install-missing option