postgresql/src/backend/optimizer/path
David Rowley 9861fe2cdd 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
2023-09-29 00:04:03 +13:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
allpaths.c Add missing TidRangePath handling in print_path() 2023-09-29 00:04:03 +13:00
clausesel.c Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 2021-01-21 15:37:23 -05:00
costsize.c Fix assorted missing logic for GroupingFunc nodes. 2022-03-21 17:44:29 -04:00
equivclass.c Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 2022-08-03 17:33:42 -04:00
indxpath.c Don't use partial unique indexes for unique proofs in the planner 2023-06-19 13:01:58 +12:00
joinpath.c Update comment about set_join_pathlist_hook(). 2023-09-21 19:45:05 +09:00
joinrels.c Add missing word to comment in joinrels.c. 2021-10-07 17:45:01 +09:00
pathkeys.c Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 2021-01-21 15:37:23 -05:00
tidpath.c Add TID Range Scans to support efficient scanning ranges of TIDs 2021-02-27 22:59:36 +13:00