1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Fix various instances of "the the".

Two of these were pointed out by Erik Rijkers; the rest I found.
This commit is contained in:
Robert Haas
2010-04-23 23:21:44 +00:00
parent 473af39737
commit 33980a0640
10 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.5 2008/10/02 12:20:50 heikki Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.6 2010/04/23 23:21:43 rhaas Exp $ -->
<sect1 id="pgfreespacemap">
<title>pg_freespacemap</title>
@@ -46,7 +46,7 @@
<listitem>
<para>
Displays the the amount of free space on each page of the relation,
Displays the amount of free space on each page of the relation,
according to the FSM. A set of <literal>(blkno bigint, avail int2)</>
tuples is returned, one tuple for each page in the relation.
</para>