summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-07-29 10:42:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-07-29 10:42:55 -0400
commit21c2d4cd62f13780449db3337a202e749b85993a (patch)
tree8164fc328a43817d9fef82e9d1658ff9fc5ee975 /src/backend/utils/adt/regexp.c
parent0766904ada3380ae1b0eddc78c8b2b9356ef3e64 (diff)
Fix contrib/cube and contrib/seg to build with bison 3.0.
These modules used the YYPARSE_PARAM macro, which has been deprecated by the bison folk since 1.875, and which they finally removed in 3.0. Adjust the code to use the replacement facility, %parse-param, which is a much better solution anyway since it allows specification of the type of the extra parser parameter. We can thus get rid of a lot of unsightly casting. Back-patch to all active branches, since somebody might try to build a back branch with up-to-date tools.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions