File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.151 2007/10/20 04:00:38 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.152 2007/11/01 17:06:30 momjian Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -891,7 +891,7 @@ SET ENABLE_SEQSCAN TO OFF;
891891
892892 <para>
893893 These parameters control the size of the shared <firstterm>free space
894- map</>, which tracks the locations of unused space in the database.
894+ map</> (<acronym>FSM</>) , which tracks the locations of unused space in the database.
895895 An undersized free space map can cause the database to consume
896896 increasing amounts of disk space over time, because free space that
897897 is not in the map cannot be re-used; instead <productname>PostgreSQL</>
You can’t perform that action at this time.
0 commit comments