From 4a91d814ae4fee22134156bf4497bcfd291efd82 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Nov 2007 17:06:30 +0000 Subject: [PATCH] Add documentation mention that FSM == Free Space Map, so the config parameter name makes more sense. --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3d5c8cf1a8..b3a068f441 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -891,7 +891,7 @@ SET ENABLE_SEQSCAN TO OFF; These parameters control the size of the shared free space - map, which tracks the locations of unused space in the database. + map (FSM), which tracks the locations of unused space in the database. An undersized free space map can cause the database to consume increasing amounts of disk space over time, because free space that is not in the map cannot be re-used; instead PostgreSQL -- 2.39.5