pgsql: Suppress GCC 6 warning about self-comparison

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress GCC 6 warning about self-comparison
Date: 2016-09-01 16:48:45
Message-ID: E1bfVAT-0007mE-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress GCC 6 warning about self-comparison

Back-patch commit a2fd62dd53fb606dee69e0f4eb12289c87f5c8b1
into older branches. Per complaint from Pavel Stehule.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/949878126e3aade9333d3af1fa766a87e5b40d24

Modified Files
--------------
src/port/path.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-09-01 21:15:52 pgsql: Improve tab completion for BEGIN & START|SET TRANSACTION.
Previous Message Tom Lane 2016-09-01 15:45:24 pgsql: Fix minor 9.4-only bug in logical decoding.