Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

From: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date: 2022-08-29 16:56:47
Message-ID: a868690d-5c74-07c5-4b89-5b39885f12b8@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I will expand the tests for the next commitfest.

Hi!

Combinations of isolation modes (READ COMMITTED/REPEATABLE
READ/SERIALIZABLE) were added to test

src/test/isolation/specs/partition-split-merge.spec

--
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com

Attachment Content-Type Size
v8-0001-partitions-split-merge.patch text/plain 265.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-08-29 17:17:12 Re: use ARM intrinsics in pg_lfind32() where available
Previous Message Robert Haas 2022-08-29 16:54:39 Re: [BUG] Panic due to incorrect missingContrecPtr after promotion