pgsql: Add missing TidRangePath handling in print_path()

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing TidRangePath handling in print_path()
Date: 2023-09-28 11:02:41
Message-ID: E1qlon3-006S14-00@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/379082d6-1b6a-4cd6-9ecf-7157d8c08635@postgrespro.ru
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-09-28 11:03:15 pgsql: Add missing TidRangePath handling in print_path()
Previous Message Etsuro Fujita 2023-09-28 10:53:29 pgsql: Fix typo in src/backend/access/transam/README.