pgsql: Rephrase references to "time qualification".

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rephrase references to "time qualification".
Date: 2019-01-22 01:15:36
Message-ID: E1glkfA-0006nv-Pm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-01-22 01:44:00 pgsql: Rename RelationData.rd_amroutine to rd_indam.
Previous Message Tom Lane 2019-01-21 23:33:54 pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.