diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-08 20:00:55 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-08 20:00:55 +0000 |
commit | 94d36cbfd0eb593dff5c7bb0fdf6da0c0571832e (patch) | |
tree | ee0dd63bb8f35227e56177affca0d41d73fd90f2 | |
parent | d0483aec161bda4379085c1805450cce4f41b539 (diff) | |
download | postgresql-94d36cbfd0eb593dff5c7bb0fdf6da0c0571832e.tar.gz postgresql-94d36cbfd0eb593dff5c7bb0fdf6da0c0571832e.zip |
Remove obsolete comment about 'fsm' argument, which isn't an argument
anymore.
-rw-r--r-- | src/backend/catalog/storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/storage.c b/src/backend/catalog/storage.c index 8f4612dda40..67236ddd81f 100644 --- a/src/backend/catalog/storage.c +++ b/src/backend/catalog/storage.c @@ -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) |