Skip to content

Commit cc82504

Browse files
committed
Remove warnings
1 parent 91e71d2 commit cc82504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/multimaster/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ static void MMProcessUtility(Node *parsetree, const char *queryString,
12521252
char* conn_str_end = conn_str + strlen(conn_str);
12531253
int i = 0;
12541254
int failedNode = -1;
1255-
char const* errorMsg;
1255+
char const* errorMsg = NULL;
12561256
PGconn **conns;
12571257
conns = palloc(sizeof(PGconn*)*MMNodes);
12581258

0 commit comments

Comments
 (0)