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

Commit 485e419

Browse files
committed
fix compiler warnings #3
1 parent b2db476 commit 485e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ MtmTwoPhaseCommit()
140140
{
141141
nodemask_t participantsMask;
142142
bool ret;
143-
int failed_at;
143+
int failed_at = 0;
144144
TransactionId xid;
145145
char stream[DMQ_NAME_MAXLEN];
146146
pgid_t gid;

0 commit comments

Comments
 (0)