summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgfreespacemap.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/pgfreespacemap.sgml')
-rw-r--r--doc/src/sgml/pgfreespacemap.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml
index 21d1b64ad91..87554380f99 100644
--- a/doc/src/sgml/pgfreespacemap.sgml
+++ b/doc/src/sgml/pgfreespacemap.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.7 2010/07/29 19:34:40 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.8 2010/08/17 04:37:21 petere Exp $ -->
<sect1 id="pgfreespacemap">
<title>pg_freespacemap</title>
@@ -33,7 +33,6 @@
<para>
Returns the amount of free space on the page of the relation, specified
by <literal>blkno</>, according to the FSM.
- (blkno).
</para>
</listitem>
</varlistentry>
@@ -56,7 +55,7 @@
<para>
The values stored in the free space map are not exact. They're rounded
- to precision of 1/256th of BLCKSZ (32 bytes with default BLCKSZ), and
+ to precision of 1/256th of <symbol>BLCKSZ</> (32 bytes with default <symbol>BLCKSZ</>), and
they're not kept fully up-to-date as tuples are inserted and updated.
</para>