diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-07-29 10:42:41 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-07-29 10:42:41 -0400 |
commit | 8cbf8dfcaf9972b723dc48359df5be0a364b2e5f (patch) | |
tree | 99e5a7b5f98fa8c7ed467dad4a2f63b7f1d0196e /src/backend/utils/adt/regexp.c | |
parent | faee8f1a714f24e85ba5fa1018b22f9681b5d657 (diff) | |
download | postgresql-8cbf8dfcaf9972b723dc48359df5be0a364b2e5f.tar.gz postgresql-8cbf8dfcaf9972b723dc48359df5be0a364b2e5f.zip |
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