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

Commit 4cff7b9

Browse files
committed
Remove duplicate initialization in XLogReadRecord.
Per a note from Dickson S. Guedes.
1 parent 52e6e33 commit 4cff7b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/access/transam/xlogreader.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ XLogReadRecord(XLogReaderState *state, XLogRecPtr RecPtr, char **errormsg)
187187
bool gotheader;
188188
int readOff;
189189

190-
randAccess = false;
191190
/* reset error state */
192191
*errormsg = NULL;
193192
state->errormsg_buf[0] = '\0';

0 commit comments

Comments
 (0)