Revert "Fix bool/int type confusion"

This reverts commit 0ec2e908ba.
We'll use the upstream (IANA) fix instead.
This commit is contained in:
Tom Lane 2017-09-21 19:32:19 -04:00
parent d57c7a7c50
commit a890432a87
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,7 @@ timesub(const pg_time_t *timep, int32 offset,
int y;
const int *ip;
int64 corr;
int hit;
bool hit;
int i;
corr = 0;