Skip to content

Commit 7307988

Browse files
committed
basebackup_to_shell: Add missing MarkGUCPrefixReserved()
Oversight in c6306db, as per a requirement from 8810356. 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
1 parent d89f97e commit 7307988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/basebackup_to_shell/basebackup_to_shell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ _PG_init(void)
8686
0,
8787
NULL, NULL, NULL);
8888

89+
MarkGUCPrefixReserved("basebackup_to_shell");
90+
8991
BaseBackupAddTarget("shell", shell_check_detail, shell_get_sink);
9092
}
9193

0 commit comments

Comments
 (0)