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: Andres Freund <andres@anarazel.de>
Cc: Haribabu Kommi <kommi.haribabu@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-28T20:47:56Z
Lists: pgsql-hackers
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 :-() regards, tom lane
Commits
-
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
- cfffe83ba820 11.0 landed