Fix misspelled function name in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 1 Feb 2016 08:10:24 +0000 (10:10 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 1 Feb 2016 08:10:54 +0000 (10:10 +0200)
src/backend/access/transam/xloginsert.c

index 925255f52d40836b52419b99cd145cebff6b4409..925c430f0723d02b9396585bdbc9780b97c68809 100644 (file)
@@ -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);