Skip to content

Commit f35faf8

Browse files
committed
Remove warnigns messages
1 parent 391daa9 commit f35faf8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/multimaster/multimaster.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,9 +1238,6 @@ static void MMProcessUtility(Node *parsetree, const char *queryString,
12381238
break;
12391239
}
12401240
if (skipCommand || IsTransactionBlock()) {
1241-
if (!skipCommand) {
1242-
elog(WARNING, "Statement '%s' is in transaction block at node %d", queryString, MMNodeId);
1243-
}
12441241
if (PreviousProcessUtilityHook != NULL)
12451242
{
12461243
PreviousProcessUtilityHook(parsetree, queryString, context,
@@ -1263,8 +1260,6 @@ static void MMProcessUtility(Node *parsetree, const char *queryString,
12631260
PGconn **conns;
12641261
conns = palloc(sizeof(PGconn*)*MMNodes);
12651262

1266-
elog(WARNING, "Broadcast utility statement '%s' at node %d", queryString, MMNodeId);
1267-
12681263
while (conn_str < conn_str_end) {
12691264
char* p = strchr(conn_str, ',');
12701265
if (p == NULL) {

0 commit comments

Comments
 (0)