]> granicus.if.org Git - postgresql/commitdiff
Remove obsolete comment about 'fsm' argument, which isn't an argument
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 8 Feb 2010 19:59:49 +0000 (19:59 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 8 Feb 2010 19:59:49 +0000 (19:59 +0000)
anymore.

src/backend/catalog/storage.c

index e087b653b9290677a9a8c27e2c2a5d2017cd9eca..5296844fec4b393d07227dcd888ca18bb034bc3f 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * 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
  *       Some of this code used to be in storage/smgr/smgr.c, and the
@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode)
  *             Physically truncate a relation to the specified number of blocks.
  *
  * 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
 RelationTruncate(Relation rel, BlockNumber nblocks)