mirror of https://github.com/postgres/postgres
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.pull/3/head
parent
c424d0d105
commit
05346c131a
@ -1,14 +1,14 @@ |
|||||||
%{ |
%{ |
||||||
/*------------------------------------------------------------------------- |
/*------------------------------------------------------------------------- |
||||||
* |
* |
||||||
* gram.y - Parser for the PL/pgSQL procedural language |
* pl_gram.y - Parser for the PL/pgSQL procedural language |
||||||
* |
* |
||||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group |
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group |
||||||
* Portions Copyright (c) 1994, Regents of the University of California |
* Portions Copyright (c) 1994, Regents of the University of California |
||||||
* |
* |
||||||
* |
* |
||||||
* IDENTIFICATION |
* IDENTIFICATION |
||||||
* src/pl/plpgsql/src/gram.y |
* src/pl/plpgsql/src/pl_gram.y |
||||||
* |
* |
||||||
*------------------------------------------------------------------------- |
*------------------------------------------------------------------------- |
||||||
*/ |
*/ |
Loading…
Reference in new issue