pgsql: Add missing TidRangePath handling in print_path() - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Add missing TidRangePath handling in print_path()
Date
Msg-id [email protected]
Whole thread Raw
List 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/[email protected]
Backpatch-through: 14, where bb437f995 was introduced

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4a1933b48472eed0326462098091b47ffd7a14e

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


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix typo in src/backend/access/transam/README.
Next
From: David Rowley
Date:
Subject: pgsql: Add missing TidRangePath handling in print_path()