]> granicus.if.org Git - postgresql/commit
PL/pgSQL: rename gram.y to pl_gram.y
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 5 Oct 2012 02:40:33 +0000 (22:40 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 5 Oct 2012 02:40:33 +0000 (22:40 -0400)
commit05346c131a14f29f327518778811cba26444822b
treef129936dcb52939b278db330c26fef5de2d13e57
parentc424d0d1052cb4053c8712ac44123f9b9a9aa3f2
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.
src/pl/plpgsql/src/Makefile
src/pl/plpgsql/src/pl_gram.y [moved from src/pl/plpgsql/src/gram.y with 99% similarity]
src/pl/plpgsql/src/pl_scanner.c
src/tools/msvc/Mkvcbuild.pm