mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
That get rids of the only -Wempty-body warning when compiling postgres
with gcc 4.8/9. As 6550b901f
shows, it's useful to be able to use that
option routinely.
Without asserts there's many more warnings, but that's food for
another commit.