Commit 4cff7b9d authored by Robert Haas's avatar Robert Haas

Remove duplicate initialization in XLogReadRecord.

Per a note from Dickson S. Guedes.
parent 52e6e33a
......@@ -187,7 +187,6 @@ XLogReadRecord(XLogReaderState *state, XLogRecPtr RecPtr, char **errormsg)
bool gotheader;
int readOff;
randAccess = false;
/* reset error state */
*errormsg = NULL;
state->errormsg_buf[0] = '\0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment