mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-26 16:27:02 +08:00
Antique versions of gcc complain about vars that are initialized outside PG_TRY and then modified within it. Rather than marking the var volatile, expend one more line of code.