Re: pgsql: Fix expression list handling in ATExecAttachPartition()

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Amit Langote <amitlan(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix expression list handling in ATExecAttachPartition()
Date: 2024-10-03 11:09:27
Message-ID: CAPpHfdtr0VhLv_Ak08c23Z0t_FV8H+aRxmMbRsGvsWEwUrsJnw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Oct 3, 2024 at 2:02 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:

> On Thu, Oct 3, 2024 at 7:12 PM Amit Langote <amitlangote09(at)gmail(dot)com>
> wrote:
> > On Thu, Oct 3, 2024 at 18:57 Alexander Korotkov <aekorotkov(at)gmail(dot)com>
> wrote:
> >>
> >> Hi, Amit!
> >>
> >> On Thu, Oct 3, 2024 at 6:01 AM Amit Langote <amitlan(at)postgresql(dot)org>
> wrote:
> >> > Fix expression list handling in ATExecAttachPartition()
> >>
> >> + * since it’s needed later to construct the constraint expression
> for
> >>
> >> I don't think we're good about using unicode apostrophes. Could you,
> please, switch to ascii?
> >
> >
> > Oh, oops, will fix. Thanks for the heads up.
>
> Done.
>

Great, thank you!

------
Regards,
Alexander Korotkov
Supabase

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-10-03 11:54:13 pgsql: Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED
Previous Message Amit Langote 2024-10-03 11:02:06 Re: pgsql: Fix expression list handling in ATExecAttachPartition()