Add missing TidRangePath handling in print_path()

David Rowley <drowley@postgresql.org>

Commit: 9861fe2cdd0216f6e25377cab3b95fccd854de84
Author: David Rowley <drowley@postgresql.org>
Date: 2023-09-28T11:04:03Z
Releases: 14.10
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

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +3 −0

Discussion