pgsql: Rephrase references to "time qualification".

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Rephrase references to "time qualification".
Дата
Msg-id E1glkfA-0006nv-Pm@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rename RelationData.rd_amroutine to rd_indam.