pgsql: basebackup_to_shell: Add missing MarkGUCPrefixReserved() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: basebackup_to_shell: Add missing MarkGUCPrefixReserved()
Date
Msg-id E1nlU2v-002Al7-Ot@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix typo in comment.
Next
From: Andres Freund
Date:
Subject: pgsql: Add tests for recovery deadlock conflicts.