Re: Executor code - found an instance of a WHILE that should just be an IF

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Greg Nancarrow <gregn4422(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Executor code - found an instance of a WHILE that should just be an IF
Date: 2021-05-14 00:26:58
Message-ID: CAApHDvpAcOA=nF_O72-jZMEoSs0LGVQiXi2Y4Z0K5OVO7ezSpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 14 May 2021 at 00:27, Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
>
> On Thu, May 13, 2021 at 08:06:18PM +0900, Michael Paquier wrote:
> > On Thu, May 13, 2021 at 08:20:36PM +1200, David Rowley wrote:
> > > Since there's no bug fix here, I thought that there's not much point
> > > in backpatching this.
> >
> > Indeed. I would not bother with a back-patch either.
> >
> > > Does anyone object to making this small change in master?
> >
> > No objections from here.
>
> +1 to both.

Thanks for the votes. Pushed.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Nancarrow 2021-05-14 00:37:25 Re: Executor code - found an instance of a WHILE that should just be an IF
Previous Message Bruce Momjian 2021-05-14 00:13:02 Re: compute_query_id and pg_stat_statements