pgsql: PL/pgSQL: rename gram.y to pl_gram.y

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/pgSQL: rename gram.y to pl_gram.y
Дата
Msg-id E1TJxrk-0000u7-NM@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove redundant code for getnameinfo() replacement
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl