mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user