From: Tom Lane Date: Thu, 21 Sep 2017 23:32:19 +0000 (-0400) Subject: Revert "Fix bool/int type confusion" X-Git-Tag: jit-before-rebase-2017-11-03~203 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a890432a872afc9ca2327573f3313fd994d17384;p=users%2Fandresfreund%2Fpostgres.git Revert "Fix bool/int type confusion" This reverts commit 0ec2e908babfbfde83a3925680f06b16408739ff. We'll use the upstream (IANA) fix instead. --- diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c index 82c18e8544..08642d1236 100644 --- a/src/timezone/localtime.c +++ b/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;