Add missing MarkGUCPrefixReserved() in basebackup_to_shell module
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-05-02T09:36:39Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-missing-MarkGUCPrefixReserved-in-basebackup_t.patch (application/octet-stream) patch v1-0001
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.
Commits
-
basebackup_to_shell: Add missing MarkGUCPrefixReserved()
- 7307988abdff 15.0 landed
-
Add 'basebackup_to_shell' contrib module.
- c6306db24bd9 15.0 cited