mirror of https://github.com/postgres/postgres
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:
parent
ed93feb808
commit
fd27b99919
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue