Re: Add SPLIT PARTITION/MERGE PARTITIONS commands - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date
Msg-id CAPpHfdvpzezTnuumpdJYge=x1TbhgAkjMGh2GHnScf5SFsf2ew@mail.gmail.com
Whole thread Raw
In response to Re: Add SPLIT PARTITION/MERGE PARTITIONS commands  (Dmitry Koval <d.koval@postgrespro.ru>)
Responses Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
List pgsql-hackers
Hi!

On Fri, Oct 31, 2025 at 5:41 PM Dmitry Koval <d.koval@postgrespro.ru> wrote:
>
> Hi Alexander!
>
>  >How this function could handle this case?
>  >
>  >list1: (NULL)
>  >list2: whatever containing NULL
>  >
>  >The outer loop will just quit after iterating the only element of
>  >list1 without even iterating list2.
>
> Thanks for the case!
> Patches with the fix are attached to email.

I went though the patchset and did a lot of cleaning and grammar
corrections for comments and commit messages.  During the previous
attempt for this patch, I had to revert it mainly because of the
security issue caused by repeated table lookup by its name.  The
present version doesn't have this problem, because it doesn't do the
repeated lookup.  Additionally, the patchset went through many series
of detailed review.  I dare give this patchset another chance.  I'm
going to push this if no objections.

------
Regards,
Alexander Korotkov
Supabase

Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication
Next
From: Heikki Linnakangas
Date:
Subject: Re: Add wait event for CommitDelay