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

Commit9861fe2

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 parentc33d42d commit9861fe2

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
@@ -4010,6 +4010,9 @@ print_path(PlannerInfo *root, Path *path, int indent)
40104010
caseT_TidPath:
40114011
ptype="TidScan";
40124012
break;
4013+
caseT_TidRangePath:
4014+
ptype="TidRangePath";
4015+
break;
40134016
caseT_SubqueryScanPath:
40144017
ptype="SubqueryScan";
40154018
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp