pgsql: Convert builddoc.bat into a perl script that actually works.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Convert builddoc.bat into a perl script that actually works.
Date: 2011-05-25 04:21:42
Message-ID: E1QP5bK-0006a2-HE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-05-25 05:22:03 Re: pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc
Previous Message Bruce Momjian 2011-05-25 04:00:17 pgsql: Add C comment about why we don't spell out "month" in interval v