projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac452e
)
Replace straggling uses of ReadRecPtr/EndRecPtr.
author
Andres Freund
Thu, 25 Nov 2021 00:54:11 +0000
(16:54 -0800)
committer
Andres Freund
Thu, 25 Nov 2021 00:56:14 +0000
(16:56 -0800)
d2ddfa681db
removed ReadRecPtr/EndRecPtr, but two uses within an #ifdef
WAL_DEBUG escaped.
Discussion: https://postgr.es/m/
20211124231206
[email protected]
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index d2d67209a3273938647741f90ed0395757e43c76..b54ec54970551b5c31b45660d150490923f83ede 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-7577,8
+7577,8
@@
StartupXLOG(void)
initStringInfo(&buf);
appendStringInfo(&buf, "REDO @ %X/%X; LSN %X/%X: ",
- LSN_FORMAT_ARGS(ReadRecPtr),
- LSN_FORMAT_ARGS(EndRecPtr));
+ LSN_FORMAT_ARGS(
xlogreader->
ReadRecPtr),
+ LSN_FORMAT_ARGS(
xlogreader->
EndRecPtr));
xlog_outrec(&buf, xlogreader);
appendStringInfoString(&buf, " - ");
xlog_outdesc(&buf, xlogreader);