Avoid use of bool in thread_test.c
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Aug 2017 04:22:32 +0000 (00:22 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 14 Sep 2017 17:27:54 +0000 (13:27 -0400)
commit0c4b879b74f891c19b3b431c5f34f94e50daa09b
tree7a442b7cd7d7fd6130ee5ff3f10974b17e2264f0
parent77b6b5e9ceca04dbd6f0f6cd3fc881519acc8714
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>
src/test/thread/thread_test.c