Revert "Fix bool/int type confusion"

This reverts commit 0ec2e908ba.
We'll use the upstream (IANA) fix instead.
pull/31/head^2
Tom Lane 8 years ago
parent d57c7a7c50
commit a890432a87
  1. 2
      src/timezone/localtime.c

@ -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…
Cancel
Save