Remove win32ver.rc from version_stamp.pl

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove win32ver.rc from version_stamp.pl
Date: 2020-02-24 08:02:02
Message-ID: 1ee46ac4-a9b2-4531-bf54-5ec2e374634d@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This removes another relic from the old nmake-based Windows build.
version_stamp.pl put version number information into win32ver.rc. But
win32ver.rc already gets other version number information from the
preprocessor at build time, so it would make more sense if all version
number information would be handled in the same way and we don't have
two places that do it.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Remove-win32ver.rc-from-version_stamp.pl.patch text/plain 14.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shay Rojansky 2020-02-24 08:26:38 Re: Error on failed COMMIT
Previous Message Vik Fearing 2020-02-24 08:01:26 Re: Error on failed COMMIT