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

From Dmitry Koval
Subject Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date
Msg-id 57a94d8a-d7b6-4c5e-9001-be1cd403b172@postgrespro.ru
Whole thread Raw
In response to Re: Add SPLIT PARTITION/MERGE PARTITIONS commands  (jian he <jian.universality@gmail.com>)
Responses Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
List pgsql-hackers
Hi, Jiah He!

Thank you for the patch!

1.
 >can simplified to
 >        if (list_member_oid(mergingPartitions, existingRelid))
 >            newPartitionOid = existingRelid;

Applied (with small additional changes).


2. Patch v56-0001-refactor-v56-check_partitions_for_split.no-cfbot 
applied with cosmetic changes.

-- 
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com
Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [PATCH] Add tests for Bitmapset
Next
From: Tom Lane
Date:
Subject: New string-truncation warnings from GCC 15