Re: Sequence Access Methods, round two

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, 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: 2024-04-19 07:00:28
Message-ID: ZiIWjGko6X1KG8NU@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 19, 2024 at 10:54:41AM +0900, Michael Paquier wrote:
> I am not sure where this is leading in combination with the sequence
> stuff for logical decoding, so for now I am moving this patch to the
> next commit fest to discuss things in 18~.

I have plans to rework this patch set for the next commit fest,
and this includes some investigation about custom data types that
could be plugged into these AMs. For now, please find a rebase as
there were a couple of conflicts.
--
Michael

Attachment Content-Type Size
v4-0001-Switch-pg_sequence_last_value-to-report-a-tuple-a.patch text/x-diff 5.8 KB
v4-0002-Remove-FormData_pg_sequence_data-from-init_params.patch text/x-diff 9.2 KB
v4-0003-Integrate-addition-of-attributes-for-sequences-wi.patch text/x-diff 11.1 KB
v4-0004-Move-code-for-local-sequences-to-own-file.patch text/x-diff 52.4 KB
v4-0005-Sequence-access-methods-backend-support.patch text/x-diff 61.2 KB
v4-0006-Sequence-access-methods-dump-restore-support.patch text/x-diff 22.2 KB
v4-0007-dummy_sequence_am-Example-of-sequence-AM.patch text/x-diff 10.1 KB
v4-0008-Sequence-access-methods-core-documentation.patch text/x-diff 9.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2024-04-19 08:01:54 Re: Show WAL write and fsync stats in pg_stat_io
Previous Message Daniel Gustafsson 2024-04-19 06:55:32 Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?