Thread

  1. Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

    Alexander Korotkov <aekorotkov@gmail.com> — 2025-12-09T15:14:44Z

    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