Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Date: 2022-08-22 04:41:55
Message-ID: CAA4eK1K4jcmKVy-vs-BeaS_-FuAUy+Ed9UNpJfzfwvxJZ3zzNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 20, 2022 at 10:04 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> writes:
> > Right, but as Tom pointed it is still better to change this. However,
> > I am not sure if we should backpatch this to PG15 as this won't lead
> > to any incorrect behavior.
>
> If that code only exists in HEAD and v15 then I'd backpatch.
> It's a very low-risk change and it might avoid merge problems
> for future backpatches.
>

Okay, done that way. Thanks!

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2022-08-22 04:50:35 Re: use ARM intrinsics in pg_lfind32() where available
Previous Message houzj.fnst@fujitsu.com 2022-08-22 03:49:15 RE: Handle infinite recursion in logical replication setup