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

Commit36f69fa

Browse files
committed
Comment improvements for ForeignPath.
It's not necessarily just scanning a base relation any more.Amit Langote and Etsuro Fujita
1 parent9f84280 commit36f69fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/backend/optimizer/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ RelOptInfo - a relation or joined relations
355355
BitmapHeapPath - top of a bitmapped index scan
356356
TidPath - scan by CTID
357357
SubqueryScanPath - scan a subquery-in-FROM
358-
ForeignPath - scan a foreign table
358+
ForeignPath - scan a foreign table, foreign join or foreign upper-relation
359359
CustomPath - for custom scan providers
360360
AppendPath - append multiple subpaths together
361361
MergeAppendPath - merge multiple subpaths, preserving their common sort order

‎src/include/nodes/relation.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,8 @@ typedef struct SubqueryScanPath
10301030
}SubqueryScanPath;
10311031

10321032
/*
1033-
* ForeignPath represents a potential scan of a foreign table
1033+
* ForeignPath represents a potential scan of a foreign table, foreign join
1034+
* or foreign upper-relation.
10341035
*
10351036
* fdw_private stores FDW private data about the scan. While fdw_private is
10361037
* not actually touched by the core code during normal operations, it's

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp