mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 00:02:52 -05:00
Bison >=3.0 issues warnings about
%name-prefix="base_yy"
instead of the now preferred
%name-prefix "base_yy"
but the latter doesn't work with Bison 2.3 or less. So for now we
silence the deprecation warnings.