pgsql: Convert builddoc.bat into a perl script that actually works. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Convert builddoc.bat into a perl script that actually works.
Date
Msg-id E1QP5bK-0006a2-HE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Convert builddoc.bat into a perl script that actually works.

The old .bat file wasn't working for reasons that are unclear, and
which it did not seem worth the trouble to ascertain.
The new perl script has been tested and is known to work.
Soon it will be tested regularly on the buildfarm.
The .bat file is kept as a simple wrapper for the perl script.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c3604ae7fa1602e00b639447e894f9d59f9d297

Modified Files
--------------
src/tools/msvc/builddoc.bat |   67 ++----------------------
src/tools/msvc/builddoc.pl  |  122 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+), 63 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add C comment about why we don't spell out "month" in interval v
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc