projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba4a40
)
Fix mistakes in comment headers
author
Alvaro Herrera
<
[email protected]
>
Mon, 3 Nov 2008 15:10:17 +0000
(15:10 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 3 Nov 2008 15:10:17 +0000
(15:10 +0000)
src/backend/access/transam/xlogutils.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlogutils.c
b/src/backend/access/transam/xlogutils.c
index 38b819da1f1ce4a368723cffdba6e61f49f88042..c6be23b031f779421fb2b8bb3769adde18326983 100644
(file)
--- a/
src/backend/access/transam/xlogutils.c
+++ b/
src/backend/access/transam/xlogutils.c
@@
-201,7
+201,7
@@
XLogCheckInvalidPages(void)
}
/*
- * XLogReadBuffer
Extended
+ * XLogReadBuffer
* A shorthand of XLogReadBufferExtended(), for reading from the main
* fork.
*
@@
-216,7
+216,7
@@
XLogReadBuffer(RelFileNode rnode, BlockNumber blkno, bool init)
}
/*
- * XLogReadBuffer
+ * XLogReadBuffer
Extended
* Read a page during XLOG replay
*
* This is functionally comparable to ReadBuffer followed by