Skip to content

Commit f10a86e

Browse files
committed
Fix function name in pg_freespacemap docs. It's "pg_freespace", not
"pg_freespacemap". Reported by hubert depesz lubaczewski.
1 parent 22c2c69 commit f10a86e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/pgfreespacemap.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.3 2008/09/30 10:52:09 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.4 2008/10/02 10:26:51 heikki Exp $ -->
22

33
<sect1 id="pgfreespacemap">
44
<title>pg_freespacemap</title>
@@ -10,7 +10,7 @@
1010
<para>
1111
The <filename>pg_freespacemap</> module provides a means for examining the
1212
free space map (FSM). It provides a function called
13-
<function>pg_freespacemap</function>, or two overloaded functions, to be
13+
<function>pg_freespace</function>, or two overloaded functions, to be
1414
precise. The functions show the value recorded in the free space map for
1515
a given page, or for all pages in the relation.
1616
</para>
@@ -26,7 +26,7 @@
2626
<variablelist>
2727
<varlistentry>
2828
<term>
29-
<function>pg_freespacemap(rel regclass IN, blkno bigint IN) returns int2</function>
29+
<function>pg_freespace(rel regclass IN, blkno bigint IN) returns int2</function>
3030
</term>
3131

3232
<listitem>
@@ -41,7 +41,7 @@
4141

4242
<varlistentry>
4343
<term>
44-
<function>pg_freespacemap(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
44+
<function>pg_freespace(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
4545
</term>
4646

4747
<listitem>

0 commit comments

Comments
 (0)