|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.8 2010/02/07 20:48:09 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/catalog/storage.c,v 1.9 2010/02/08 19:59:49 heikki Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * Some of this code used to be in storage/smgr/smgr.c, and the |
@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode) |
215 | 215 | *Physically truncate a relation to the specified number of blocks. |
216 | 216 | * |
217 | 217 | * This includes getting rid of any buffers for the blocks that are to be |
218 | | - * dropped. If 'fsm' is true, the FSM of the relation is truncated as well. |
| 218 | + * dropped. |
219 | 219 | */ |
220 | 220 | void |
221 | 221 | RelationTruncate(Relationrel,BlockNumbernblocks) |
|