Back-patch 9.4-era compiler warning fixes into older branches. This applies portions of commits b64b5ccb6 and b1aebbb6a 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.
Branch ------ REL9_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/4dcdc78ffe7c5e494f61285df2209ff1ad2aeedf Modified Files -------------- contrib/pg_standby/pg_standby.c | 2 +- src/interfaces/libpq/fe-exec.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
