Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type
Date: 2018-04-28 22:10:10
Message-ID: CAOuzzgp7-_7qJ7ZZF6oE6QK=fFys4jwHapanv5-r=Th6bXu92w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

On Sat, Apr 28, 2018 at 17:55 Andres Freund <andres(at)anarazel(dot)de> wrote:

>
>
> On April 28, 2018 1:47:56 PM PDT, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >Andres Freund <andres(at)anarazel(dot)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

>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-04-28 22:22:58 Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type
Previous Message Andres Freund 2018-04-28 21:55:25 Re: jitflags in _outPlannedStmt and _readPlannedStmt treated as bool type