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.mu...@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