[COMMITTERS] pgsql: Silence compiler warning in sepgsql

Поиск
Список
Период
Сортировка
От Joe Conway
Тема [COMMITTERS] pgsql: Silence compiler warning in sepgsql
Дата
Msg-id E1cwEub-000287-Bd@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_6_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Silence compiler warning in sepgsql
Следующее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Silence compiler warning in sepgsql