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 CAPpHfdt6LvmU_ekw5gyHnsfRaVV0j4s9UPMVWE=V7ViG3YyChQ@mail.gmail.com
Whole thread Raw
In response to Re: Add SPLIT PARTITION/MERGE PARTITIONS commands  ("zengman" <zengman@halodbtech.com>)
List pgsql-hackers
Hi Man,

On Sun, Dec 14, 2025 at 2:51 PM zengman <zengman@halodbtech.com> wrote:
> I just noticed two relatively large commits. I recall that not long ago we started attempting to adopt
`palloc_object`and `palloc_array` in many places, 
> yet in these two commits, some sections have used the new approach while others have not.
> Perhaps we could standardize the coding style for consistency.
>
> src/backend/commands/tablecmds.c
> src/backend/partitioning/partbounds.c

Thank you for noticing this.  I'm going to prepare patches to adopt
`palloc_object` and `palloc_array` in my recent commits right away.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: "cca5507"
Date:
Subject: [PATCH] Add pg_lfind8_nonzero()
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Proposal to allow setting cursor options on Portals