]> 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 20:00:55 +0000 (20:00 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 8 Feb 2010 20:00:55 +0000 (20:00 +0000)
anymore.

src/backend/catalog/storage.c

index 8f4612dda402b7c4cbe6193c20317f84375a4564..67236ddd81f97a51f3f56c8b418f7d70f7204bf5 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.6 2009/06/11 14:48:55 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.6.2.1 2010/02/08 20:00:55 heikki Exp $
  *
  * NOTES
  *       Some of this code used to be in storage/smgr/smgr.c, and the
@@ -170,7 +170,7 @@ RelationDropStorage(Relation rel)
  *             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)