pgsql: PL/pgSQL: rename gram.y to pl_gram.y - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/pgSQL: rename gram.y to pl_gram.y
Date
Msg-id E1TJxrk-0000u7-NM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
PL/pgSQL: rename gram.y to pl_gram.y

This makes the naming inside plpgsql consistent and distinguishes the
file from the backend's gram.y file.  It will also allow easier
refactoring of the bison make rules later on.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05346c131a14f29f327518778811cba26444822b

Modified Files
--------------
src/pl/plpgsql/src/Makefile     |    2 +-
src/pl/plpgsql/src/gram.y       | 3735 ---------------------------------------
src/pl/plpgsql/src/pl_gram.y    | 3735 +++++++++++++++++++++++++++++++++++++++
src/pl/plpgsql/src/pl_scanner.c |    4 +-
src/tools/msvc/Mkvcbuild.pm     |    2 +-
5 files changed, 3739 insertions(+), 3739 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove redundant code for getnameinfo() replacement
Next
From: Tom Lane
Date:
Subject: pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl