mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-22 06:17:00 +08:00
Add %expect 0 to all parser input files to prevent conflicts slipping by.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.640 2008/11/24 08:46:03 petere Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.641 2008/11/26 08:45:11 petere Exp $
|
||||
*
|
||||
* HISTORY
|
||||
* AUTHOR DATE MAJOR EVENT
|
||||
@ -132,6 +132,7 @@ static TypeName *TableFuncTypeName(List *columns);
|
||||
|
||||
%}
|
||||
|
||||
%expect 0
|
||||
%name-prefix="base_yy"
|
||||
%locations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user