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

Commit 2308e5b

Browse files
committed
add mtm.alter_sequences to the list of remote functions
1 parent 14f116d commit 2308e5b

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",
3216+
"lo_create,lo_unlink,mtm.alter_sequences",
32173217
PGC_USERSET, /* context */
32183218
GUC_LIST_INPUT | GUC_LIST_QUOTE, /* flags */
32193219
NULL, /* GucStringCheckHook check_hook */

0 commit comments

Comments
 (0)