mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
basebackup_to_shell: Add missing MarkGUCPrefixReserved()
Oversight inc6306db24
, as per a requirement from88103567
. 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
This commit is contained in:
@ -86,6 +86,8 @@ _PG_init(void)
|
|||||||
0,
|
0,
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
|
|
||||||
|
MarkGUCPrefixReserved("basebackup_to_shell");
|
||||||
|
|
||||||
BaseBackupAddTarget("shell", shell_check_detail, shell_get_sink);
|
BaseBackupAddTarget("shell", shell_check_detail, shell_get_sink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user