mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Remove obsolete comment about 'fsm' argument, which isn't an argument
anymore.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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
|
* NOTES
|
||||||
* Some of this code used to be in storage/smgr/smgr.c, and the
|
* 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.
|
* Physically truncate a relation to the specified number of blocks.
|
||||||
*
|
*
|
||||||
* This includes getting rid of any buffers for the blocks that are to be
|
* 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
|
void
|
||||||
RelationTruncate(Relation rel, BlockNumber nblocks)
|
RelationTruncate(Relation rel, BlockNumber nblocks)
|
||||||
|
Reference in New Issue
Block a user