Re: Logical Replication of sequences - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Logical Replication of sequences
Date
Msg-id CAA4eK1K1NoHid3kbvYP8CDTvs9KZ9C=md=2i2x8b513uQ0fbpQ@mail.gmail.com
Whole thread Raw
In response to Re: Logical Replication of sequences  (vignesh C <vignesh21@gmail.com>)
List pgsql-hackers
On Fri, Nov 7, 2025 at 10:58 AM vignesh C <vignesh21@gmail.com> wrote:
>
> Thanks for pushing the patch, here is a rebased version of the
> remaining patches.
>

Pushed after reverting change related to converting fixed offset to a
counter based scheme for view columns. We use the same method (fixed
column numbers) in most other exposed functions, so kept the same for
the sake of consistency.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: relfilenode statistics
Next
From: Rahila Syed
Date:
Subject: Re: Extend injection_points_attach() to accept a user-defined function