}
/*
- * Ensure that the FSM fork is at least n_fsmblocks long, extending
+ * Ensure that the FSM fork is at least fsm_nblocks long, extending
* it if necessary with empty pages. And by empty, I mean pages filled
* with zeros, meaning there's no free space.
*/
* FSM happens seldom enough that it doesn't seem worthwhile to
* have a separate lock tag type for it.
*
- * Note that another backend might have extended the relation
- * before we get the lock.
+ * Note that another backend might have extended or created the
+ * relation before we get the lock.
*/
LockRelationForExtension(rel, ExclusiveLock);