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

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

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?

------
Regards,
Alexander Korotkov
Supabase

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-03 10:12:49 Re: pgsql: Fix expression list handling in ATExecAttachPartition()
Previous Message Fujii Masao 2024-10-03 07:01:12 pgsql: Refactor CopyFrom() in copyfrom.c.