Re: Sequence Access Methods, round two

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: 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-08-30 08:24:19
Message-ID: ZtGBswSQDIw4T1_f@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 26, 2024 at 01:45:12PM +0900, Michael Paquier wrote:
> Finally, I have been rather annoyed by the addition of log_cnt in the
> new function pg_sequence_read_tuple(). This patch set could also
> implement a new system function, but it looks like a waste as we don't
> care about log_cnt in pg_dump and pg_upgrade on HEAD, so I'm proposing
> to remove it on a different thread:
> https://www.postgresql.org/message-id/Zsvka3r-y2ZoXAdH%40paquier.xyz

Following a83a944e9fdd, rebased as v8.
--
Michael

Attachment Content-Type Size
v8-0001-Remove-FormData_pg_sequence_data-from-init_params.patch text/x-diff 9.2 KB
v8-0002-Integrate-addition-of-attributes-for-sequences-wi.patch text/x-diff 11.1 KB
v8-0003-Refactor-code-for-in-core-local-sequences.patch text/x-diff 54.5 KB
v8-0004-Sequence-access-methods-backend-support.patch text/x-diff 61.3 KB
v8-0005-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.7 KB
v8-0006-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v8-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 b ro 2024-08-30 08:27:44 回复: bt Scankey in another contradictory case
Previous Message jian he 2024-08-30 08:19:12 Re: ANALYZE ONLY