diff options
| author | Robert Haas <rhaas@postgresql.org> | 2013-07-25 16:36:49 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2013-07-25 16:36:49 -0400 |
| commit | fd27b999196959bd20d777a1010c786feb1586c2 (patch) | |
| tree | 10496552423cd7ab4b6a54464b3544c623d0392f /doc/src | |
| parent | ed93feb80891b131e9676e962256cc2b18aa5e78 (diff) | |
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.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/pgstattuple.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index 6cae04a9c8b..81eeef302e1 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -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> |
