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

From zengman
Subject Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date
Msg-id tencent_3661BB522D5466B33EA33666@qq.com
Whole thread Raw
In response to Re: Add SPLIT PARTITION/MERGE PARTITIONS commands  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
List 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

pgsql-hackers by date:

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