Avoid use of bool in thread_test.c

Peter Eisentraut <peter_e@gmx.net>

Commit: 0c4b879b74f891c19b3b431c5f34f94e50daa09b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-09-14T17:27:54Z
Releases: 11.0
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>

Files

PathChange+/−
src/test/thread/thread_test.c modified +10 −23