A trivial doc patch for pgstattuple

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: A trivial doc patch for pgstattuple
Date: 2009-04-02 14:07:04
Message-ID: e08cc0400904020707l13ac35bew2873721089389503@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The sgml doc mentions about HeapTupleSatisfiesNow() but currently we
have HeapTupleSatisfiesVisibility() instead.

Regards,

diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml
index 821f631..0bba5fe 100644
--- a/doc/src/sgml/pgstattuple.sgml
+++ b/doc/src/sgml/pgstattuple.sgml
@@ -117,7 +117,7 @@ free_percent | 1.95

<para>
<function>pgstattuple</function> judges a tuple is <quote>dead</> if
- <function>HeapTupleSatisfiesNow</> returns false.
+ <function>HeapTupleSatisfiesVisibility</> returns false.
</para>
</listitem>
</varlistentry>

--
Hitoshi Harada

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-02 14:09:37 Re: Path case sensitivity on windows
Previous Message Tom Lane 2009-04-02 14:01:18 Re: Bug of ALTER TABLE DROP CONSTRAINT