projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc09c1
)
Fix misspelled function name in comment.
author
Heikki Linnakangas
Mon, 1 Feb 2016 08:10:24 +0000
(10:10 +0200)
committer
Heikki Linnakangas
Mon, 1 Feb 2016 08:10:24 +0000
(10:10 +0200)
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 ec193dd0e45f33acc793f2606a7c5fa6ea5c66fd..c37003a24c2672deadcc72de2c5ee43ff74e601f 100644
(file)
--- a/
src/backend/access/transam/xloginsert.c
+++ b/
src/backend/access/transam/xloginsert.c
@@
-443,7
+443,7
@@
XLogInsert(RmgrId rmid, uint8 info)
/*
* Get values needed to decide whether to do full-page writes. Since
* we don't yet have an insertion lock, these could change under us,
- * but XLogInsertRec
Data
will recheck them once it has a lock.
+ * but XLogInsertRec
ord
will recheck them once it has a lock.
*/
GetFullPageWriteInfo(&RedoRecPtr, &doPageWrites);