Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c74c04b
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 9 Mar 2015 05:39:46 +0000
(14:39 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 9 Mar 2015 05:39:46 +0000
(14:39 +0900)
src/include/access/xlogrecord.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlogrecord.h
b/src/include/access/xlogrecord.h
index 25a92657b852859e8f78c057640131cbeb21e569..8741c32345cd24dfbc124d5f075a19f9b7a2138f 100644
(file)
--- a/
src/include/access/xlogrecord.h
+++ b/
src/include/access/xlogrecord.h
@@
-88,7
+88,7
@@
typedef struct XLogRecordBlockHeader
* image) */
/* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */
- /* If
!
BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
+ /* If BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
/* BlockNumber follows */
} XLogRecordBlockHeader;