Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit011fa36

Browse files
committed
Small comment fixes.
1 parentb457b2a commit011fa36

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 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+
*relationbefore we get the lock.
560560
*/
561561
LockRelationForExtension(rel,ExclusiveLock);
562562

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp