Re: pg_sequence_last_value() for unlogged sequences on standbys

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_sequence_last_value() for unlogged sequences on standbys
Date: 2024-05-10 21:00:55
Message-ID: 20240510210055.GA428795@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 08, 2024 at 11:01:01AM +0900, Michael Paquier wrote:
> On Tue, May 07, 2024 at 02:39:42PM -0500, Nathan Bossart wrote:
>> Okay, phew. We can still do something like v3-0002 for v18. I'll give
>> Michael a chance to comment on 0001 before committing/back-patching that
>> one.
>
> What you are doing in 0001, and 0002 for v18 sounds fine to me.

Great. Rather than commit this on a Friday afternoon, I'll just post what
I have staged for commit early next week.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.master text/plain 6.0 KB
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.v16 text/plain 6.0 KB
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.v15 text/plain 6.0 KB
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.v14 text/plain 4.6 KB
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.v13 text/plain 4.6 KB
v4-0001-Fix-pg_sequence_last_value-for-unlogged-sequences.patch.v12 text/plain 4.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-05-10 21:01:27 Re: Augmenting the deadlock message with application_name
Previous Message Maiquel Grassi 2024-05-10 20:58:02 Re: First draft of PG 17 release notes