We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89f97e commit 7307988Copy full SHA for 7307988
contrib/basebackup_to_shell/basebackup_to_shell.c
@@ -86,6 +86,8 @@ _PG_init(void)
86
0,
87
NULL, NULL, NULL);
88
89
+ MarkGUCPrefixReserved("basebackup_to_shell");
90
+
91
BaseBackupAddTarget("shell", shell_check_detail, shell_get_sink);
92
}
93
0 commit comments