mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
This applies portions of commitsb64b5ccb6
andb1aebbb6a
to the older branches, in hopes of getting -Werror builds to succeed there. The applied changes simply remove useless tests, eg checking an unsigned variable to see if it is >= 0. Recent versions of clang warn about such tests by default.