aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xloginsert.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-03-05 20:15:16 +0900
committerFujii Masao <fujii@postgresql.org>2015-03-05 20:15:16 +0900
commit934d12268585823c271c1490fc9aa4467c301e9c (patch)
tree2e618d01d77e9a594b494ba700e55befd26a6033 /src/backend/access/transam/xloginsert.c
parenta5c29d37aab00e9e70e72c97f2be29030f6ee84c (diff)
downloadpostgresql-934d12268585823c271c1490fc9aa4467c301e9c.tar.gz
postgresql-934d12268585823c271c1490fc9aa4467c301e9c.zip
Fix typo in comment.
Diffstat (limited to 'src/backend/access/transam/xloginsert.c')
-rw-r--r--src/backend/access/transam/xloginsert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xloginsert.c b/src/backend/access/transam/xloginsert.c
index a1e2eb80633..e77a491635a 100644
--- 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 XLogRecordBlockData struct */
+ /* Fill in the remaining fields in the XLogRecordBlockHeader struct */
bkpb.fork_flags |= BKPBLOCK_HAS_IMAGE;
total_len += BLCKSZ - bimg.hole_length;