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-0007mF-19@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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b9ac11a298b22d773bff7939e9db165baf28505b

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix minor 9.4-only bug in logical decoding.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress GCC 6 warning about self-comparison