mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user