]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing TidRangePath handling in print_path()
authorDavid Rowley <drowley@postgresql.org>
Thu, 28 Sep 2023 11:04:03 +0000 (00:04 +1300)
committerDavid Rowley <drowley@postgresql.org>
Thu, 28 Sep 2023 11:04:03 +0000 (00:04 +1300)
commit9861fe2cdd0216f6e25377cab3b95fccd854de84
tree928558fec48c2678fb6c2dc731e5b5d3d56b4554
parentc33d42d2e95d7994582ea3b811826088b76ce4e2
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