From: Robert Haas Date: Thu, 25 Jul 2013 20:36:49 +0000 (-0400) Subject: pgstattuple: Doc update for previous commit. X-Git-Tag: REL9_4_BETA1~1267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd27b999196959bd20d777a1010c786feb1586c2;p=thirdparty%2Fpostgresql.git 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. --- 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 pgstattuple judges a tuple is dead if - HeapTupleSatisfiesNow returns false. + HeapTupleSatisfiesDirty returns false.