Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Andres Freund <andres@anarazel.de>,
Haribabu Kommi <kommi.haribabu@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>,
pgsql-hackers@lists.postgresql.org
Date: 2018-04-28T22:22:58Z
Lists: pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes: > On Sat, Apr 28, 2018 at 17:55 Andres Freund <andres@anarazel.de> wrote: >> Perhaps Steven could change dory's config so it rebuilds when idle? >> There's a setting for that... > Not at a sufficiently capable keyboard at the moment to do that, so I’ve > passed the ask on to someone else who can hopefully help. :) Actually, I was about to ask whether you guys had changed anything about dory's configuration recently. It's now had eight consecutive passes since I put in 63ca350 last night. Given its record before that, just about one failure in every three tries, the odds of that are less than 4% if I'm counting on my fingers correctly. So I'm wondering what changed; and more change might not be what we want. regards, tom lane
Commits
-
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
- cfffe83ba820 11.0 landed