projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e6e33
)
Remove duplicate initialization in XLogReadRecord.
author
Robert Haas
Wed, 10 Apr 2013 03:58:02 +0000
(23:58 -0400)
committer
Robert Haas
Wed, 10 Apr 2013 03:59:31 +0000
(23:59 -0400)
Per a note from Dickson S. Guedes.
src/backend/access/transam/xlogreader.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlogreader.c
b/src/backend/access/transam/xlogreader.c
index a358a3d40af176d5cf512d70419083cca8cb3dea..a5e2b50fe6bbe47338745d08297bf79a733b6c52 100644
(file)
--- a/
src/backend/access/transam/xlogreader.c
+++ b/
src/backend/access/transam/xlogreader.c
@@
-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';