Thread: pgsql-server/contrib cube/cubeparse.y cube/exp ...

pgsql-server/contrib cube/cubeparse.y cube/exp ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/09/22 16:08:51

Modified files:
    contrib/cube   : cubeparse.y
    contrib/cube/expected: cube.out
    contrib/seg/expected: seg.out
    contrib/seg    : segparse.y

Log message:
    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