Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 011fa36

Browse files
committed
Small comment fixes.
1 parent b457b2a commit 011fa36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/storage/freespace/freespace.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 least n_fsmblocks long, extending
538+
* Ensure that the FSM fork is at least fsm_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 extended the relation
559-
* before we get the lock.
558+
* Note that another backend might have extended or created the
559+
* relation before we get the lock.
560560
*/
561561
LockRelationForExtension(rel, ExclusiveLock);
562562

0 commit comments

Comments
 (0)