Re: [PATCH] Release replication slot on error in SQL-callable slot functions - Mailing list pgsql-hackers

From SATYANARAYANA NARLAPURAM
Subject Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Date
Msg-id CAHg+QDcf_9prAX=TaSO3UUiCLVD53bEw-KLqzAEXi+ud7h+Z4w@mail.gmail.com
Whole thread
In response to Re: [PATCH] Release replication slot on error in SQL-callable slot functions  (shveta malik <shveta.malik@gmail.com>)
Responses Re: [PATCH] Release replication slot on error in SQL-callable slot functions
List pgsql-hackers
Hi

On Fri, May 22, 2026 at 2:16 AM shveta malik <shveta.malik@gmail.com> wrote:
Thanks for reporting the issue. I could reproduce the same issue with
all these as well:

pg_logical_slot_peek_changes
pg_logical_slot_get_binary_changes
pg_logical_slot_peek_binary_changes

Please find the attached v2 patch that addressed these three cases as well.

Thanks,
Satya
 
Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Small fixes for CHECKPOINT FLUSH_UNLOGGED
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement