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-30 07:44:23
Message-ID: aQMXV0X-wqaOAXNb@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 07, 2025 at 04:46:36PM +0900, Michael Paquier wrote:
> 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.

Rebased due to conflicts with 76acf4b722fa.
--
Michael

Attachment Content-Type Size
v23-0001-Integrate-addition-of-attributes-for-sequences-w.patch text/x-diff 11.2 KB
v23-0002-Refactor-code-for-in-core-local-sequences.patch text/x-diff 55.0 KB
v23-0003-Sequence-access-methods-backend-support.patch text/x-diff 65.3 KB
v23-0004-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.8 KB
v23-0005-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v23-0006-Refactor-logic-for-page-manipulations-of-sequenc.patch text/x-diff 7.8 KB
v23-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 Chao Li 2025-10-30 07:51:53 Re: display hot standby state in psql prompt
Previous Message Shinya Kato 2025-10-30 07:38:30 Re: Add mode column to pg_stat_progress_vacuum