pgstattuple: Doc update for previous commit.
authorRobert Haas <[email protected]>
Thu, 25 Jul 2013 20:36:49 +0000 (16:36 -0400)
committerRobert Haas <[email protected]>
Thu, 25 Jul 2013 20:36:49 +0000 (16:36 -0400)
In my previous change to make pgstattuple use SnapshotDirty rather
than SnapshotNow, I failed to notice that the documenation also
needed to be updated to match.  Fix.

doc/src/sgml/pgstattuple.sgml

index 6cae04a9c8b9ae8b08f412a10352bef9c3d4833e..81eeef302e17ae81448e81eceaadbbf441504af0 100644 (file)
@@ -118,7 +118,7 @@ free_percent       | 1.95
 
     <para>
      <function>pgstattuple</function> judges a tuple is <quote>dead</> if
-     <function>HeapTupleSatisfiesNow</> returns false.
+     <function>HeapTupleSatisfiesDirty</> returns false.
     </para>
     </listitem>
    </varlistentry>