projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16763d
)
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:54 +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 925255f52d40836b52419b99cd145cebff6b4409..925c430f0723d02b9396585bdbc9780b97c68809 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);