Skip to content
Snippets Groups Projects
Commit 4cff7b9d authored by Robert Haas's avatar Robert Haas
Browse files

Remove duplicate initialization in XLogReadRecord.

Per a note from Dickson S. Guedes.
parent 52e6e33a
Branches
Tags
No related merge requests found
...@@ -187,7 +187,6 @@ XLogReadRecord(XLogReaderState *state, XLogRecPtr RecPtr, char **errormsg) ...@@ -187,7 +187,6 @@ XLogReadRecord(XLogReaderState *state, XLogRecPtr RecPtr, char **errormsg)
bool gotheader; bool gotheader;
int readOff; int readOff;
randAccess = false;
/* reset error state */ /* reset error state */
*errormsg = NULL; *errormsg = NULL;
state->errormsg_buf[0] = '\0'; state->errormsg_buf[0] = '\0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment