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:
@ -1,5 +1,4 @@
|
||||
%{
|
||||
#define YYERROR_VERBOSE
|
||||
#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */
|
||||
|
||||
#include "postgres.h"
|
||||
|
Reference in New Issue
Block a user