Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication - Mailing list pgsql-hackers

From shveta malik
Subject Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication
Date
Msg-id CAJpy0uDS7dbwh9iYUPTmh7Mh8fkpo+EyE81e39SHZHV3R8A60g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication  (shveta malik <shveta.malik@gmail.com>)
List pgsql-hackers
On Thu, Feb 2, 2023 at 5:01 PM shveta malik <shveta.malik@gmail.com> wrote:
>
> Reviewing further....
>

Hi Melih,

int64 rep_slot_id;
int64 lastusedid;
int64 sublastusedid

--Should all of the above be unsigned integers?

thanks
Shveta



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Pluggable toaster
Next
From: Alvaro Herrera
Date:
Subject: Re: Support logical replication of DDLs