Commit a890432a authored by Tom Lane's avatar Tom Lane

Revert "Fix bool/int type confusion"

This reverts commit 0ec2e908.
We'll use the upstream (IANA) fix instead.
parent d57c7a7c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment