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

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(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 10:12:49
Message-ID: CA+HiwqG2-k7zbgo1dYy7+J+aXvQgV+E3CGUiNKs=q7i60s7itQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-03 11:01:31 pgsql: Replace Unicode apostrophe with ASCII apostrophe
Previous Message Alexander Korotkov 2024-10-03 09:57:38 Re: pgsql: Fix expression list handling in ATExecAttachPartition()