Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5699b13

Browse files
committed
[PBCKP-98] initialize result variable in get_next_record_lsn
1 parent122f88b commit5699b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/parsexlog.c‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,8 @@ get_next_record_lsn(const char *archivedir, XLogSegNosegno,
691691
{
692692
XLogReaderState*xlogreader;
693693
XLogReaderDatareader_data;
694-
XLogRecPtrstartpoint,found,res;
694+
XLogRecPtrstartpoint,found;
695+
XLogRecPtrres=InvalidXLogRecPtr;
695696
charwal_segment[MAXFNAMELEN];
696697
intattempts=0;
697698

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp