Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
zengman <zengman@halodbtech.com>
From: zengman <zengman@halodbtech.com>
To: Alexander Korotkov <aekorotkov@gmail.com>, Stéphane Tachoires <stephane.tachoires@gmail.com>
Cc: Dmitry Koval <d.koval@postgrespro.ru>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-14T12:51:22Z
Lists: pgsql-hackers
Hi everyone, 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 Regards, Man Zeng