projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94b703
)
Fix leftover reference to background writer performing checkpoints.
author
Robert Haas
<
[email protected]
>
Fri, 28 Oct 2016 13:07:36 +0000
(09:07 -0400)
committer
Robert Haas
<
[email protected]
>
Fri, 28 Oct 2016 13:09:00 +0000
(09:09 -0400)
This was changed in PostgreSQL 9.2, but somehow this comment never
got updated.
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 c9bb46baa8fb5092717f7ada6cce751bdbaf0139..6b1f24ef1f645d57a476b0a6d564bfcfff13261c 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-617,7
+617,7
@@
typedef struct XLogCtlData
* During recovery, we keep a copy of the latest checkpoint record here.
* lastCheckPointRecPtr points to start of checkpoint record and
* lastCheckPointEndPtr points to end+1 of checkpoint record. Used by the
- *
background wri
ter when it wants to create a restartpoint.
+ *
checkpoin
ter when it wants to create a restartpoint.
*
* Protected by info_lck.
*/