88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.69 2008/11/27 13:32:26 heikki Exp $
11+ * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.70 2008/12/03 12:22:53 heikki Exp $
1212 *
1313 *
1414 * NOTES:
@@ -535,7 +535,7 @@ fsm_readbuf(Relation rel, FSMAddress addr, bool extend)
535535}
536536
537537/*
538- * Ensure that the FSM fork is at leastn_fsmblocks long, extending
538+ * Ensure that the FSM fork is at leastfsm_nblocks long, extending
539539 * it if necessary with empty pages. And by empty, I mean pages filled
540540 * with zeros, meaning there's no free space.
541541 */
@@ -555,8 +555,8 @@ fsm_extend(Relation rel, BlockNumber fsm_nblocks)
555555 * FSM happens seldom enough that it doesn't seem worthwhile to
556556 * have a separate lock tag type for it.
557557 *
558- * Note that another backend might have extendedthe relation
559- * before we get the lock.
558+ * Note that another backend might have extendedor created the
559+ *relation before we get the lock.
560560 */
561561LockRelationForExtension (rel ,ExclusiveLock );
562562