pgsql: Rephrase references to "time qualification". - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Rephrase references to "time qualification".
Date
Msg-id E1glkfA-0006nv-Pm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ebcc7bf949bae614cccc6b86e3ef9b926a6e2f99

Modified Files
--------------
doc/src/sgml/indexam.sgml                   | 2 +-
src/backend/access/heap/heapam.c            | 6 +++---
src/backend/access/heap/heapam_visibility.c | 4 ++--
src/backend/utils/cache/inval.c             | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Next
From: Andres Freund
Date:
Subject: pgsql: Rename RelationData.rd_amroutine to rd_indam.