projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c29d3
)
Fix typo in comment.
author
Fujii Masao
Thu, 5 Mar 2015 11:15:16 +0000
(20:15 +0900)
committer
Fujii Masao
Thu, 5 Mar 2015 11:15:16 +0000
(20:15 +0900)
src/backend/access/transam/xloginsert.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xloginsert.c
b/src/backend/access/transam/xloginsert.c
index a1e2eb806330d0f3211da97a460506a2732fbe78..e77a491635aa95d625242007eed518b85379a9fb 100644
(file)
--- a/
src/backend/access/transam/xloginsert.c
+++ b/
src/backend/access/transam/xloginsert.c
@@
-560,7
+560,7
@@
XLogRecordAssemble(RmgrId rmid, uint8 info,
bimg.hole_length = 0;
}
- /* Fill in the remaining fields in the XLogRecordBlock
Data
struct */
+ /* Fill in the remaining fields in the XLogRecordBlock
Header
struct */
bkpb.fork_flags |= BKPBLOCK_HAS_IMAGE;
total_len += BLCKSZ - bimg.hole_length;