mirror of
https://github.com/postgres/postgres.git
synced 2025-05-19 00:04:06 -04:00
Revert "Fix bool/int type confusion"
This reverts commit 0ec2e908babfbfde83a3925680f06b16408739ff. We'll use the upstream (IANA) fix instead.
This commit is contained in:
parent
d57c7a7c50
commit
a890432a87
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user