Add missing TidRangePath handling in print_path()
authorDavid Rowley <drowley@postgresql.org>
Thu, 28 Sep 2023 11:02:22 +0000 (00:02 +1300)
committerDavid Rowley <drowley@postgresql.org>
Thu, 28 Sep 2023 11:02:22 +0000 (00:02 +1300)
commitc4a1933b48472eed0326462098091b47ffd7a14e
tree582031d7ead68a1ccaca4621bb692bd67a6f3385
parentc68f78538f93803b5c4f879da12918762eb43482
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
src/backend/optimizer/path/allpaths.c