mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
55fb759ab3
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.