A trivial doc patch for pgstattuple - Mailing list pgsql-hackers

From Hitoshi Harada
Subject A trivial doc patch for pgstattuple
Date
Msg-id e08cc0400904020707l13ac35bew2873721089389503@mail.gmail.com
Whole thread Raw
Responses Re: A trivial doc patch for pgstattuple  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug of ALTER TABLE DROP CONSTRAINT
Next
From: Tom Lane
Date:
Subject: Re: Path case sensitivity on windows