Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Andres Freund <andres@anarazel.de>
Cc: Haribabu Kommi <kommi.haribabu@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2018-04-28T22:10:10Z
Lists: pgsql-hackers
Greetings, On Sat, Apr 28, 2018 at 17:55 Andres Freund <andres@anarazel.de> wrote: > > > On April 28, 2018 1:47:56 PM PDT, Tom Lane <tgl@sss.pgh.pa.us> wrote: > >Andres Freund <andres@anarazel.de> writes: > >> On 2018-04-26 13:34:44 +1000, Haribabu Kommi wrote: > >>> I am thinking of it is a copy paste mistake as the other members > >around the > >>> initflags are of "bool" type or is there any specific reason to > >treat as > >>> "bool" type? > > > >> No, it's an oversight. It was a bool first and then morphed from > >> there... Will fix. > > > >I went ahead and pushed this, as I'm intentionally thrashing the > >buildfarm this afternoon in hopes of getting dory to show a reattach > >failure. (No luck so far :-() > > Thanks. > > 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. :) Thanks! Stephen > >
Commits
-
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
- cfffe83ba820 11.0 landed