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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly zero-pad the day-of-year part of the win32 build number
Date: 2013-01-31 14:10:03
Message-ID: E1U0uq3-0003D3-GU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1d857a6036fa0e17c6c4f9ee116622956a8fe920

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-31 17:12:38 pgsql: Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Previous Message Bernd Helmle 2013-01-31 10:56:15 Re: pgsql: Improve concurrency of foreign key locking