Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0bfd65

Browse files
committed
Add missing TidRangePath handling in print_path()
Tid Range scans were added back inbb437f9. That commit forgot to addhandling for TidRangePaths in print_path().Only people building with OPTIMIZER_DEBUG might have noticed this, whichlikely is the reason it's taken 4 years for anyone to notice.Author: Andrey LepikhovReported-by: Andrey LepikhovDiscussion:https://postgr.es/m/379082d6-1b6a-4cd6-9ecf-7157d8c08635@postgrespro.ruBackpatch-through: 14, wherebb437f9 was introduced
1 parent0db39e6 commita0bfd65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/backend/optimizer/path/allpaths.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4447,6 +4447,9 @@ print_path(PlannerInfo *root, Path *path, int indent)
44474447
caseT_TidPath:
44484448
ptype="TidScan";
44494449
break;
4450+
caseT_TidRangePath:
4451+
ptype="TidRangePath";
4452+
break;
44504453
caseT_SubqueryScanPath:
44514454
ptype="SubqueryScan";
44524455
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp