1
0
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:
Peter Eisentraut
2008-11-26 08:45:12 +00:00
parent 1b26b07379
commit a53536d031
6 changed files with 11 additions and 5 deletions

View File

@ -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