diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-08 19:59:49 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-08 19:59:49 +0000 |
commit | 4d3d2e2b0325e3d6d524c6801b7439d3aaea4520 (patch) | |
tree | db97153fb5aeed93fe4c55312f58ee124d2594c4 /src | |
parent | 9184cc7dab0b00f6a1325a762e856ed1079327cf (diff) | |
download | postgresql-4d3d2e2b0325e3d6d524c6801b7439d3aaea4520.tar.gz postgresql-4d3d2e2b0325e3d6d524c6801b7439d3aaea4520.zip |
Remove obsolete comment about 'fsm' argument, which isn't an argument
anymore.
Diffstat (limited to 'src')
-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 e087b653b92..5296844fec4 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.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) |