pgsql: basebackup_to_shell: Add missing MarkGUCPrefixReserved()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: basebackup_to_shell: Add missing MarkGUCPrefixReserved()
Date: 2022-05-02 11:16:54
Message-ID: E1nlU2v-002Al7-Ot@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

basebackup_to_shell: Add missing MarkGUCPrefixReserved()

Oversight in c6306db24, as per a requirement from 88103567. All the
other modules in the tree, be they in contrib/ or src/test/modules/,
already do that.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUy7q_KwSMda+2SHPSWep32tNUM8cXGRS3=-Vfodo9OUg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7307988abdff6c948d87e6d9dc9aaaa1f4c5283f

Modified Files
--------------
contrib/basebackup_to_shell/basebackup_to_shell.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-05-03 00:19:57 pgsql: Add tests for recovery deadlock conflicts.
Previous Message Etsuro Fujita 2022-05-02 07:59:12 pgsql: Fix typo in comment.