Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e48f2d

Browse files
committed
Revert "add mtm.alter_sequences to the list of remote functions"
This reverts commit d50afe141575eae5e9ca565ba2f9ebcbd41a6cbb.
1 parent 2308e5b commit 4e48f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,7 @@ _PG_init(void)
32133213
"List of fnuction names which should be executed remotely at all multimaster nodes instead of executing them at master and replicating result of their work",
32143214
NULL,
32153215
&MtmRemoteFunctionsList,
3216-
"lo_create,lo_unlink,mtm.alter_sequences",
3216+
"lo_create,lo_unlink",
32173217
PGC_USERSET, /* context */
32183218
GUC_LIST_INPUT | GUC_LIST_QUOTE, /* flags */
32193219
NULL, /* GucStringCheckHook check_hook */

0 commit comments

Comments
 (0)