PL/pgSQL: rename gram.y to pl_gram.y
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/Makefile | modified | +1 −1 |
| src/pl/plpgsql/src/pl_gram.y (from src/pl/plpgsql/src/gram.y) | renamed | +2 −2 |
| src/pl/plpgsql/src/pl_scanner.c | modified | +2 −2 |
| src/tools/msvc/Mkvcbuild.pm | modified | +1 −1 |