mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 14:37:35 +08:00
suffix, to distinguish them from doubles. Make some function declarations
and definitions use the "const" qualifier for arguments consistently.
Ignore warning 4102 ("unreferenced label"), because such warnings
are always emitted by bison-generated code. Patch from Magnus Hagander.