pgsql: Add missing TidRangePath handling in print_path()

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Add missing TidRangePath handling in print_path()
Дата
Msg-id E1qlooh-006S3V-QI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing TidRangePath handling in print_path()

Tid Range scans were added back in bb437f995.  That commit forgot to add
handling for TidRangePaths in print_path().

Only people building with OPTIMIZER_DEBUG might have noticed this, which
likely is the reason it's taken 4 years for anyone to notice.

Author: Andrey Lepikhov
Reported-by: Andrey Lepikhov
Discussion: https://postgr.es/m/379082d6-1b6a-4cd6-9ecf-7157d8c08635@postgrespro.ru
Backpatch-through: 14, where bb437f995 was introduced

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9861fe2cdd0216f6e25377cab3b95fccd854de84

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 3 +++
1 file changed, 3 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Add missing TidRangePath handling in print_path()
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Clarify where ereport severity levels are defined