aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-01-21 17:03:15 -0800
committerAndres Freund <andres@anarazel.de>2019-01-21 17:07:10 -0800
commitebcc7bf949bae614cccc6b86e3ef9b926a6e2f99 (patch)
tree5a9f6cc48918797ec64d9f894b1953983d33d8ac /doc/src
parentc91560defc57f89f7e88632ea14ae77b5cec78ee (diff)
downloadpostgresql-ebcc7bf949bae614cccc6b86e3ef9b926a6e2f99.tar.gz
postgresql-ebcc7bf949bae614cccc6b86e3ef9b926a6e2f99.zip
Rephrase references to "time qualification".
Now that the relevant code has, for other reasons, moved out of tqual.[ch], it seems time to refer to visiblity rather than time qualification. Author: Andres Freund Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/indexam.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml
index d758a4987dc..05102724ead 100644
--- a/doc/src/sgml/indexam.sgml
+++ b/doc/src/sgml/indexam.sgml
@@ -720,7 +720,7 @@ amparallelrescan (IndexScanDesc scan);
the TIDs of all the tuples it has been told about that match the
<firstterm>scan keys</firstterm>. The access method is <emphasis>not</emphasis> involved in
actually fetching those tuples from the index's parent table, nor in
- determining whether they pass the scan's time qualification test or other
+ determining whether they pass the scan's visibility test or other
conditions.
</para>