Add missing MarkGUCPrefixReserved() in basebackup_to_shell module

Started by Bharath Rupireddyalmost 4 years ago2 messageshackers
Jump to latest
#1Bharath Rupireddy
bharath.rupireddyforpostgres@gmail.com

Hi,

It looks like commit c6306db24 (Add 'basebackup_to_shell' contrib
module.) missed to reserve basebackup_to_shell module's custom GUC
prefix via MarkGUCPrefixReserved("basebackup_to_shell");. This will
remove

Attaching a tiny patch to fix it.

Regards,
Bharath Rupireddy.

Attachments:

v1-0001-Add-missing-MarkGUCPrefixReserved-in-basebackup_t.patchapplication/octet-stream; name=v1-0001-Add-missing-MarkGUCPrefixReserved-in-basebackup_t.patchDownload+2-1
#2Michael Paquier
michael@paquier.xyz
In reply to: Bharath Rupireddy (#1)
Re: Add missing MarkGUCPrefixReserved() in basebackup_to_shell module

On Mon, May 02, 2022 at 03:06:39PM +0530, Bharath Rupireddy wrote:

It looks like commit c6306db24 (Add 'basebackup_to_shell' contrib
module.) missed to reserve basebackup_to_shell module's custom GUC
prefix via MarkGUCPrefixReserved("basebackup_to_shell");. This will
remove

Attaching a tiny patch to fix it.

You are obviously right. Will fix.
--
Michael