[COMMITTERS] pgsql: Avoid use of bool in thread_test.c - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Avoid use of bool in thread_test.c
Date
Msg-id E1dsXvm-0002O7-7W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid use of bool in thread_test.c

It's not necessary for such a small program, and it causes unnecessary
extra work to get the correct definition of bool, more so if we are
going to introduce stdbool.h later.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c4b879b74f891c19b3b431c5f34f94e50daa09b

Modified Files
--------------
src/test/thread/thread_test.c | 33 ++++++++++-----------------------
1 file changed, 10 insertions(+), 23 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Make RelationGetPartitionDispatchInfo expand depth-first.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Expand partitioned table RTEs level by level,without flattening