pgsql: Properly zero-pad the day-of-year part of the win32 build number

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Properly zero-pad the day-of-year part of the win32 build number
Дата
Msg-id E1U0uq3-0003Cy-DO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly zero-pad the day-of-year part of the win32 build number

This ensure the version number increases over time. The first three digits
in the version number is still set to the actual PostgreSQL version
number, but the last one is intended to be an ever increasing build number,
which previosly failed when it changed between 1, 2 and 3 digits long values.

Noted by Deepak

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bfb8a8d3818972faf1976eccedddfaee7eb0f613

Modified Files
--------------
src/tools/msvc/Project.pm |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly zero-pad the day-of-year part of the win32 build number
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly zero-pad the day-of-year part of the win32 build number