projects
/
users
/
c2main
/
postgres.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
<
[email protected]
>
Thu, 25 Jul 2013 20:36:49 +0000
(16:36 -0400)
committer
Robert Haas
<
[email protected]
>
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
<para>
<function>pgstattuple</function> judges a tuple is <quote>dead</> if
- <function>HeapTupleSatisfies
Now
</> returns false.
+ <function>HeapTupleSatisfies
Dirty
</> returns false.
</para>
</listitem>
</varlistentry>