Thread

Commits

  1. basebackup_to_shell: Add missing MarkGUCPrefixReserved()

  2. Add 'basebackup_to_shell' contrib module.

  1. Add missing MarkGUCPrefixReserved() in basebackup_to_shell module

    Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2022-05-02T09:36:39Z

    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.
    
  2. Re: Add missing MarkGUCPrefixReserved() in basebackup_to_shell module

    Michael Paquier <michael@paquier.xyz> — 2022-05-02T10:50:02Z

    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