summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorPeter Eisentraut2008-11-26 08:45:12 +0000
committerPeter Eisentraut2008-11-26 08:45:12 +0000
commita53536d031da5daab9acd8a4cd2c4ce27fcd9983 (patch)
tree42562632859962b4a30fd1c468f5f5012f913180 /src/backend/bootstrap
parent1b26b0737924ff2f1197c651f8f8086293e81df9 (diff)
Add %expect 0 to all parser input files to prevent conflicts slipping by.
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/bootparse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y
index 9997566002..fd33158549 100644
--- a/src/backend/bootstrap/bootparse.y
+++ b/src/backend/bootstrap/bootparse.y
@@ -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