projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed93feb
)
pgstattuple: Doc update for previous commit.
author
Robert Haas
Thu, 25 Jul 2013 20:36:49 +0000
(16:36 -0400)
committer
Robert Haas
Thu, 25 Jul 2013 20:36:49 +0000
(16:36 -0400)
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgstattuple.sgml
b/doc/src/sgml/pgstattuple.sgml
index 6cae04a9c8b9ae8b08f412a10352bef9c3d4833e..81eeef302e17ae81448e81eceaadbbf441504af0 100644
(file)
--- 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
-
HeapTupleSatisfies
Now
> returns false.
+
HeapTupleSatisfies
Dirty
> returns false.