Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
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:28:31Z
Lists: pgsql-hackers
Greetings, On Sat, Apr 28, 2018 at 18:23 Tom Lane <tgl@sss.pgh.pa.us> wrote: > 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. I’m not aware of any change today. I’ve asked when the last change was made. Thanks! Stephen
Commits
-
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
- cfffe83ba820 11.0 landed