mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Add %expect 0 to all parser input files to prevent conflicts slipping by.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.94 2008/09/02 20:37:54 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.95 2008/11/26 08:45:11 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -91,6 +91,7 @@ int num_columns_read = 0;
|
||||
|
||||
%}
|
||||
|
||||
%expect 0
|
||||
%name-prefix="boot_yy"
|
||||
|
||||
%union
|
||||
|
Reference in New Issue
Block a user