pgsql: Move parse2.pl to parse.pl

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move parse2.pl to parse.pl
Date: 2011-06-14 04:39:34
Message-ID: E1QWLPa-0000ir-M9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-06-14 04:39:36 pgsql: Move parse2.pl to parse.pl
Previous Message Bruce Momjian 2011-06-14 00:57:40 pgsql: Document that bits to the right of the CIDR mask "should" be zer