We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31536bf commit 1b4dd6aCopy full SHA for 1b4dd6a
contrib/postgres_fdw/postgres_fdw.c
@@ -546,8 +546,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
546
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
547
548
/*
549
- * Extract user-settable option values. Note that per-table setting of
550
- * use_remote_estimate overrides per-server setting.
+ * Extract user-settable option values. Note that per-table settings of
+ * use_remote_estimate and fetch_size override per-server settings of
551
+ * them, respectively.
552
*/
553
fpinfo->use_remote_estimate = false;
554
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;
0 commit comments