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(-)