pgstattuple: Doc update for previous commit.

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.
This commit is contained in:
Robert Haas 2013-07-25 16:36:49 -04:00
parent ed93feb808
commit fd27b99919
1 changed files with 1 additions and 1 deletions

View 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>