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

Commit 4d3d2e2

Browse files
committed
Remove obsolete comment about 'fsm' argument, which isn't an argument
anymore.
1 parent 9184cc7 commit 4d3d2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/storage.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.8 2010/02/07 20:48:09 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.9 2010/02/08 19:59:49 heikki Exp $
1212
*
1313
* NOTES
1414
* Some of this code used to be in storage/smgr/smgr.c, and the
@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode)
215215
* Physically truncate a relation to the specified number of blocks.
216216
*
217217
* This includes getting rid of any buffers for the blocks that are to be
218-
* dropped. If 'fsm' is true, the FSM of the relation is truncated as well.
218+
* dropped.
219219
*/
220220
void
221221
RelationTruncate(Relation rel, BlockNumber nblocks)

0 commit comments

Comments
 (0)