Re: Removing log_cnt from pg_sequence_read_tuple()

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-08-29T23:59:31Z
Lists: pgsql-hackers
On Thu, Aug 29, 2024 at 09:28:49AM -0500, Nathan Bossart wrote:
> On Thu, Aug 29, 2024 at 02:11:22PM +0900, Michael Paquier wrote:
> > Okay, here is a v2 of the patch using this name for the function.
> 
> LGTM

Thanks, applied that, after one tweak for the #define name.
--
Michael

Commits

  1. Rename pg_sequence_read_tuple() to pg_get_sequence_data()