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 11:02:06
Message-ID: CA+HiwqESx+746=Ksdnh-h8a47UyoFK8QH+b+MTd_+9DgaMj0pg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

--
Thanks, Amit Langote

In response to

Responses

Browse pgsql-committers by date

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