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

Commit d60c9c8

Browse files
committed
issues to serial_schedule
1 parent 93c0222 commit d60c9c8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3487,7 +3487,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
34873487
case T_CheckPointStmt:
34883488
case T_ReindexStmt:
34893489
case T_RefreshMatViewStmt:
3490-
skipCommand = true;
3490+
skipCommand = true;
34913491
break;
34923492

34933493
/* Save GUC context for consequent DDL execution */

contrib/mmts/pglogical_apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ void MtmExecutor(int id, void* work, size_t size)
967967
{
968968
while (true) {
969969
char action = pq_getmsgbyte(&s);
970-
MTM_LOG3("%d: REMOTE process action %c", MyProcPid, action);
970+
MTM_LOG1("%d: REMOTE process action %c", MyProcPid, action);
971971
#if 0
972972
if (Mtm->status == MTM_RECOVERY) {
973973
MTM_LOG1("Replay action %c[%x]", action, s.data[s.cursor]);

src/test/regress/serial_schedule

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test: oidjoins
5050
test: type_sanity
5151
test: opr_sanity
5252
test: insert
53-
#test: insert_conflict
53+
# test: insert_conflict # issue#17
5454
test: create_function_1
5555
test: create_type
5656
test: create_table
@@ -70,7 +70,7 @@ test: triggers
7070
test: inherit
7171
test: create_table_like
7272
test: typed_table
73-
#test: vacuum
73+
# test: vacuum # issue#18
7474
test: drop_if_exists
7575
test: updatable_views
7676
test: rolenames
@@ -89,7 +89,7 @@ test: union
8989
test: case
9090
test: join
9191
test: aggregates
92-
#test: transactions
92+
test: transactions
9393
ignore: random
9494
test: random
9595
test: portals
@@ -111,7 +111,7 @@ test: collate
111111
test: matview
112112
test: lock
113113
test: replica_identity
114-
# test: rowsecurity
114+
# test: rowsecurity # issue#20
115115
test: object_address
116116
test: tablesample
117117
test: groupingsets
@@ -147,16 +147,16 @@ test: indirect_toast
147147
test: equivclass
148148
test: plancache
149149
test: limit
150-
#test: plpgsql
150+
# test: plpgsql # issue#21
151151
test: copy2
152152
test: temp
153153
test: domain
154-
#test: rangefuncs
154+
# test: rangefuncs # issue#21
155155
test: prepare
156156
test: without_oid
157157
test: conversion
158158
test: truncate
159-
#test: alter_table
159+
test: alter_table
160160
test: sequence
161161
test: polymorphism
162162
test: rowtypes

0 commit comments

Comments
 (0)