8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9184cc7 commit 4d3d2e2Copy full SHA for 4d3d2e2
src/backend/catalog/storage.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
* NOTES
14
* Some of this code used to be in storage/smgr/smgr.c, and the
@@ -215,7 +215,7 @@ RelationPreserveStorage(RelFileNode rnode)
215
* Physically truncate a relation to the specified number of blocks.
216
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.
+ * dropped.
219
*/
220
void
221
RelationTruncate(Relation rel, BlockNumber nblocks)
0 commit comments