From fd27b999196959bd20d777a1010c786feb1586c2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 25 Jul 2013 16:36:49 -0400 Subject: [PATCH] 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. --- doc/src/sgml/pgstattuple.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index 6cae04a9c8..81eeef302e 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. -- 2.40.0