pgsql: Silence compiler warning, hopefully. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Silence compiler warning, hopefully.
Date
Msg-id E1hoXx6-0001bj-MH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning, hopefully.

Absorb commit e5e04c962a5d12eebbf867ca25905b3ccc34cbe0 from upstream
IANA code, in hopes of silencing warnings from MSVC about negating
a bool value.

Discussion: https://postgr.es/m/20190719035347.GJ1859@paquier.xyz

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8a4fa297a5ddaa41390f76f04556556399cf9a29

Modified Files
--------------
src/timezone/zic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Doc: clarify when table rewrites happen with column additionand
Next
From: Jeff Davis
Date:
Subject: pgsql: pg_stat_statements: add missing check for pgss_enabled().