pgsql: Move parse2.pl to parse.pl

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move parse2.pl to parse.pl
Дата
Msg-id E1QWLPa-0000ir-M9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move parse2.pl to parse.pl

We have a SCM, so we don't need to keep old versions of files around.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/95f62dc8b888cc2fe6da5e8acbcb7e5d4d65d932

Modified Files
--------------
src/interfaces/ecpg/preproc/Makefile      |    4 +-
src/interfaces/ecpg/preproc/README.parser |    4 +-
src/interfaces/ecpg/preproc/ecpg.trailer  |    2 +-
src/interfaces/ecpg/preproc/parse.pl      | 1021 +++++++++++++++++------------
src/interfaces/ecpg/preproc/parse2.pl     |  648 ------------------
5 files changed, 590 insertions(+), 1089 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Document that bits to the right of the CIDR mask "should" be zer
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move parse2.pl to parse.pl