*** pgsql/src/backend/bootstrap/bootparse.y 2008/09/02 20:37:54 1.94 --- pgsql/src/backend/bootstrap/bootparse.y 2008/11/26 08:45:11 1.95 *************** *** 9,15 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.93 2008/09/01 20:42:43 tgl Exp $ * *------------------------------------------------------------------------- */ --- 9,15 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.94 2008/09/02 20:37:54 tgl Exp $ * *------------------------------------------------------------------------- */ *************** int num_columns_read = 0; *** 91,96 **** --- 91,97 ---- %} + %expect 0 %name-prefix="boot_yy" %union