Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

From: zengman <zengman(at)halodbtech(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Stéphane Tachoires <stephane(dot)tachoires(at)gmail(dot)com>
Cc: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date: 2025-12-14 12:51:22
Message-ID: tencent_3661BB522D5466B33EA33666@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message cca5507 2025-12-14 13:33:00 [PATCH] Add pg_lfind8_nonzero()
Previous Message Dave Cramer 2025-12-14 12:31:05 Re: Proposal to allow setting cursor options on Portals