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-09-04 03:15:24 |
Message-ID: | aLkETH4a_ecVUVyr@paquier.xyz |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Sep 01, 2025 at 01:33:45PM +0900, Michael Paquier wrote:
> Another rebase required due to the business with BufferGetPage() in
> 710e6c4301ee.
>
> By the way, I have remembered the reason why I have introduced
> AT_AddColumnToSequence as a new ALTER TABLE subcommands: ACL check for
> sequences. Like views, this simplifies the object type check a lot.
Rebased as v20 due to the GUC changes in 63599896545c.
--
Michael
Attachment | Content-Type | Size |
---|---|---|
v20-0001-Integrate-addition-of-attributes-for-sequences-w.patch | text/x-diff | 11.2 KB |
v20-0002-Refactor-code-for-in-core-local-sequences.patch | text/x-diff | 54.5 KB |
v20-0003-Sequence-access-methods-backend-support.patch | text/x-diff | 65.0 KB |
v20-0004-Sequence-access-methods-dump-restore-support.patch | text/x-diff | 21.8 KB |
v20-0005-Sequence-access-methods-core-documentation.patch | text/x-diff | 9.5 KB |
v20-0006-Refactor-logic-for-page-manipulations-of-sequenc.patch | text/x-diff | 7.8 KB |
v20-0007-snowflake-Add-sequence-AM-based-on-it.patch | text/x-diff | 25.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dilip Kumar | 2025-09-04 03:38:33 | Re: Incorrect logic in XLogNeedsFlush() |
Previous Message | jian he | 2025-09-04 02:56:37 | NOT NULL NOT ENFORCED |