| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: PL/pgSQL: rename gram.y to pl_gram.y |
| Date: | 2012-10-05 02:42:16 |
| Message-ID: | E1TJxrk-0000u7-NM@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2012-10-05 02:54:38 | pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl |
| Previous Message | Peter Eisentraut | 2012-10-05 01:49:51 | pgsql: Remove redundant code for getnameinfo() replacement |