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

Commit 3450aea

Browse files
committed
update documentation
1 parent a570eb0 commit 3450aea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/ddl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ MtmProcessUtilitySender(PlannedStmt *pstmt, const char *queryString,
671671
case T_LoadStmt:
672672
case T_ClusterStmt:
673673
case T_VariableShowStmt:
674-
case T_ReassignOwnedStmt:
675-
case T_LockStmt: // XXX: check whether we should replicate that
674+
case T_ReassignOwnedStmt: // XXX?
675+
case T_LockStmt:
676676
case T_CheckPointStmt:
677677
case T_ReindexStmt:
678678
case T_AlterSystemStmt:

src/multimaster.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ _PG_init(void)
417417
NULL
418418
);
419419

420+
// XXX
420421
DefineCustomIntVariable(
421422
"multimaster.max_nodes",
422423
"Maximal number of cluster nodes",
@@ -460,6 +461,7 @@ _PG_init(void)
460461
NULL
461462
);
462463

464+
// XXX
463465
DefineCustomBoolVariable(
464466
"multimaster.ignore_tables_without_pk",
465467
"Do not replicate tables without primary key",
@@ -514,6 +516,7 @@ _PG_init(void)
514516
NULL
515517
);
516518

519+
// XXX
517520
DefineCustomIntVariable(
518521
"multimaster.queue_size",
519522
"Multimaster queue size",

0 commit comments

Comments
 (0)