mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03: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