Avoid use of bool in thread_test.c
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/test/thread/thread_test.c | modified | +10 −23 |