Re: Sequence Access Methods, round two

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Peter Smith <smithpb2250(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Sequence Access Methods, round two
Date: 2025-02-18 05:11:04
Message-ID: Z7QWaCfj7capkqku@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 04, 2024 at 08:36:56AM +0900, Michael Paquier wrote:
> Indeed. There were a couple of blips in the backend and the dump
> parts of the patch set. Rebased as v10 attached.

Conflicts caused by ed5e5f071033 in the third patch in sequence.c with
adjustments in the new files seqlocalam.c were required, hence here is
a rebased version labelled v11.
--
Michael

Attachment Content-Type Size
v11-0001-Remove-FormData_pg_sequence_data-from-init_param.patch text/x-diff 9.3 KB
v11-0002-Integrate-addition-of-attributes-for-sequences-w.patch text/x-diff 11.2 KB
v11-0003-Refactor-code-for-in-core-local-sequences.patch text/x-diff 54.5 KB
v11-0004-Sequence-access-methods-backend-support.patch text/x-diff 64.1 KB
v11-0005-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.8 KB
v11-0006-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v11-0007-snowflake-Add-sequence-AM-based-on-it.patch text/x-diff 28.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-02-18 05:33:05 ReplicationSlotRelease() crashes when the instance is in the single user mode
Previous Message Amul Sul 2025-02-18 05:02:26 Re: NOT ENFORCED constraint feature