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-10-07 07:46:36
Message-ID: aOTFXHTSF-nFuI-8@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 03, 2025 at 05:24:29PM +0900, Michael Paquier wrote:
> Rebased as v21 due to conflicts in the TAP tests of pg_dump.

A few more conflicts, with htup_details.h and the addition of the page
LSN to pg_get_sequence_data(). Patch set now at v22.
--
Michael

Attachment Content-Type Size
v22-0001-Integrate-addition-of-attributes-for-sequences-w.patch text/x-diff 11.2 KB
v22-0002-Refactor-code-for-in-core-local-sequences.patch text/x-diff 55.1 KB
v22-0003-Sequence-access-methods-backend-support.patch text/x-diff 65.3 KB
v22-0004-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.8 KB
v22-0005-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v22-0006-Refactor-logic-for-page-manipulations-of-sequenc.patch text/x-diff 7.8 KB
v22-0007-snowflake-Add-sequence-AM-based-on-it.patch text/x-diff 25.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim Gündüz 2025-10-07 07:48:56 git head build failure
Previous Message Tatsuo Ishii 2025-10-07 07:41:15 Questionable result from lead(0) IGNORE NULLS