pgsql: Suppress GCC 6 warning about self-comparison - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress GCC 6 warning about self-comparison
Date
Msg-id E1bfVAT-0007mC-11@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress GCC 6 warning about self-comparison

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

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1efc1ea10f284264e2555c4d182abd82ca3575e3

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress GCC 6 warning about self-comparison
Next
From: Kevin Grittner
Date:
Subject: pgsql: Improve tab completion for BEGIN & START|SET TRANSACTION.