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:54 +0200 |
commit | 6ceca3f4a2195e4a58da91062afa909e08a74f8c (patch) | |
tree | 4ba45fcf58bf3a33e313881f705b6da9af3cb63c /src/backend/access/transam/xloginsert.c | |
parent | a16763d892b8c145ec99bba3e61fd81a27a581df (diff) | |
download | postgresql-6ceca3f4a2195e4a58da91062afa909e08a74f8c.tar.gz postgresql-6ceca3f4a2195e4a58da91062afa909e08a74f8c.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 925255f52d4..925c430f072 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); |