pgsql: Suppress compiler warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress compiler warning.
Date: 2016-04-02 17:49:22
Message-ID: E1amPfm-0000r2-Hg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress compiler warning.

Some buildfarm members are showing "comparison is always false due to
limited range of data type" complaints on this test, so #ifdef it out
on machines with 32-bit int.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/45aae8e78967b37f285e99617b919319bf2bf536

Modified Files
--------------
src/timezone/zic.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-02 17:55:52 pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in
Previous Message Peter Eisentraut 2016-04-02 16:12:02 Re: pgsql: XLogReader general code cleanup