Skip to content

Commit 1b4dd6a

Browse files
author
Etsuro Fujita
committed
Update obsolete comment.
Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com
1 parent 31536bf commit 1b4dd6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
546546
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
547547

548548
/*
549-
* Extract user-settable option values. Note that per-table setting of
550-
* use_remote_estimate overrides per-server setting.
549+
* Extract user-settable option values. Note that per-table settings of
550+
* use_remote_estimate and fetch_size override per-server settings of
551+
* them, respectively.
551552
*/
552553
fpinfo->use_remote_estimate = false;
553554
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;

0 commit comments

Comments
 (0)