1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

I haven't seen any objections, so here is a patch. It removes "#define

YYERROR_VERBOSE" from contrib/cube and contrib/seg, and adjusts the expected
output accordingly. Hopefully this will consistently pass across multiple
bison versions.

Joe Conway
This commit is contained in:
Tom Lane
2002-09-22 20:08:51 +00:00
parent 0b620e33db
commit fce573ae16
4 changed files with 21 additions and 23 deletions

View File

@ -1,5 +1,4 @@
%{
#define YYERROR_VERBOSE
#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */
#include "postgres.h"