diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-02-01 10:10:24 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-02-01 10:10:24 +0200 |
commit | 61ce1e8f154aefa97e9e5d5796f7b36c857efc74 (patch) | |
tree | 9cd1f041917e3adbfbe0e779474509c35fc234af /src/backend/access/transam/xloginsert.c | |
parent | 7dc09c138493424e32876894c2c68ddecff3afc6 (diff) | |
download | postgresql-61ce1e8f154aefa97e9e5d5796f7b36c857efc74.tar.gz postgresql-61ce1e8f154aefa97e9e5d5796f7b36c857efc74.zip |
Fix misspelled function name in comment.
Diffstat (limited to 'src/backend/access/transam/xloginsert.c')
-rw-r--r-- | src/backend/access/transam/xloginsert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xloginsert.c b/src/backend/access/transam/xloginsert.c index ec193dd0e45..c37003a24c2 100644 --- 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 XLogInsertRecData will recheck them once it has a lock. + * but XLogInsertRecord will recheck them once it has a lock. */ GetFullPageWriteInfo(&RedoRecPtr, &doPageWrites); |