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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Convert builddoc.bat into a perl script that actually works.
Дата
Msg-id E1QP5bK-0006a2-HE@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add C comment about why we don't spell out "month" in interval v
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc