diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-16 00:22:32 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-14 13:27:54 -0400 |
commit | 0c4b879b74f891c19b3b431c5f34f94e50daa09b (patch) | |
tree | 7a442b7cd7d7fd6130ee5ff3f10974b17e2264f0 /src/backend/tcop/postgres.c | |
parent | 77b6b5e9ceca04dbd6f0f6cd3fc881519acc8714 (diff) | |
download | postgresql-0c4b879b74f891c19b3b431c5f34f94e50daa09b.tar.gz postgresql-0c4b879b74f891c19b3b431c5f34f94e50daa09b.zip |
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>
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions