Commit 4d3d2e2b authored by Heikki Linnakangas's avatar Heikki Linnakangas

Remove obsolete comment about 'fsm' argument, which isn't an argument

anymore.
parent 9184cc7d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.8 2010/02/07 20:48:09 tgl Exp $ * $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.9 2010/02/08 19:59:49 heikki Exp $
* *
* NOTES * NOTES
* Some of this code used to be in storage/smgr/smgr.c, and the * Some of this code used to be in storage/smgr/smgr.c, and the
...@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode) ...@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode)
* Physically truncate a relation to the specified number of blocks. * Physically truncate a relation to the specified number of blocks.
* *
* This includes getting rid of any buffers for the blocks that are to be * This includes getting rid of any buffers for the blocks that are to be
* dropped. If 'fsm' is true, the FSM of the relation is truncated as well. * dropped.
*/ */
void void
RelationTruncate(Relation rel, BlockNumber nblocks) RelationTruncate(Relation rel, BlockNumber nblocks)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment