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

Commita1c466c

Browse files
committed
Fix incorrect comment in plannodes.h
Etsuro Fujita
1 parentdc486fb commita1c466c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/plannodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ typedef struct WorkTableScan
513513
* describing what is in the scan tuple's columns.
514514
*
515515
* fdw_recheck_quals should contain any quals which the core system passed to
516-
* the FDW but which were not added to scan.plan.quals; that is, it should
516+
* the FDW but which were not added to scan.plan.qual; that is, it should
517517
* contain the quals being checked remotely. This is needed for correct
518518
* behavior during EvalPlanQual rechecks.
519519
*
@@ -529,7 +529,7 @@ typedef struct ForeignScan
529529
List*fdw_exprs;/* expressions that FDW may evaluate */
530530
List*fdw_private;/* private data for FDW */
531531
List*fdw_scan_tlist;/* optional tlist describing scan tuple */
532-
List*fdw_recheck_quals;/* original quals not in scan.plan.quals */
532+
List*fdw_recheck_quals;/* original quals not in scan.plan.qual */
533533
Bitmapset*fs_relids;/* RTIs generated by this scan */
534534
boolfsSystemCol;/* true if any "system column" is needed */
535535
}ForeignScan;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp