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

Commitc4a1933

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 parentc68f785 commitc4a1933

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
@@ -4470,6 +4470,9 @@ print_path(PlannerInfo *root, Path *path, int indent)
44704470
caseT_TidPath:
44714471
ptype="TidScan";
44724472
break;
4473+
caseT_TidRangePath:
4474+
ptype="TidRangePath";
4475+
break;
44734476
caseT_SubqueryScanPath:
44744477
ptype="SubqueryScan";
44754478
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp