From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Peter Smith <smithpb2250(at)gmail(dot)com> |
Cc: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Sequence Access Methods, round two |
Date: | 2024-01-22 06:30:51 |
Message-ID: | Za4Lm8veCea-rsUU@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jan 22, 2024 at 05:03:16PM +1100, Peter Smith wrote:
> Hi, This patch has a CF status of "Needs Review" [1], but it seems
> there were CFbot test failures last time it was run [2]. Please have a
> look and post an updated version if necessary.
Indeed. This is conflicting with the new gist_stratnum_identity on
OID 8047, so switched to 8048. There was a second one in
src/test/modules/meson.build. Attached is a rebased patch set.
--
Michael
Attachment | Content-Type | Size |
---|---|---|
v3-0001-Switch-pg_sequence_last_value-to-report-a-tuple-a.patch | text/x-diff | 5.8 KB |
v3-0002-Introduce-sequence_-access-functions.patch | text/x-diff | 10.4 KB |
v3-0003-Group-more-closely-local-sequence-cache-updates.patch | text/x-diff | 2.0 KB |
v3-0004-Remove-FormData_pg_sequence_data-from-init_params.patch | text/x-diff | 9.3 KB |
v3-0005-Integrate-addition-of-attributes-for-sequences-wi.patch | text/x-diff | 11.2 KB |
v3-0006-Move-code-for-local-sequences-to-own-file.patch | text/x-diff | 52.4 KB |
v3-0007-Sequence-access-methods-backend-support.patch | text/x-diff | 59.5 KB |
v3-0008-Sequence-access-methods-core-documentation.patch | text/x-diff | 9.6 KB |
v3-0009-Sequence-access-methods-dump-restore-support.patch | text/x-diff | 22.2 KB |
v3-0010-dummy_sequence_am-Example-of-sequence-AM.patch | text/x-diff | 10.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Smith | 2024-01-22 06:33:26 | Re: pg_stat_statements and "IN" conditions |
Previous Message | Kirk Wolak | 2024-01-22 06:30:13 | Re: Oom on temp (un-analyzed table caused by JIT) V16.1 [Fixed Already] |