Skip to content

Commit a1c466c

Browse files
committed
Fix incorrect comment in plannodes.h
Etsuro Fujita
1 parent dc486fb commit a1c466c

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
bool fsSystemCol; /* true if any "system column" is needed */
535535
} ForeignScan;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy