[COMMITTERS] pgsql: Silence compiler warning in sepgsql - Mailing list pgsql-committers

From Joe Conway
Subject [COMMITTERS] pgsql: Silence compiler warning in sepgsql
Date
Msg-id E1cwEua-00027k-DF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning in sepgsql

<selinux/label.h> includes <stdbool.h>, which creates an incompatible
We don't care if <stdbool.h> redefines "true"/"false"; those are close
enough.

Complaint and initial patch by Mike Palmiotto. Final approach per
Tom Lane's suggestion, as discussed on hackers. Backpatching to
all supported branches.

Discussion: https://postgr.es/m/flat/623bcaae-112e-ced0-8c22-a84f75ae0c53%40joeconway.com

Branch
------
master

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

Modified Files
--------------
contrib/sepgsql/label.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Next
From: Joe Conway
Date:
Subject: [COMMITTERS] pgsql: Silence compiler warning in sepgsql