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 f50dc2c commit 78f8b09Copy full SHA for 78f8b09
contrib/postgres_fdw/postgres_fdw.c
@@ -595,8 +595,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
595
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
596
597
/*
598
- * Extract user-settable option values. Note that per-table setting of
599
- * 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
600
+ * them, respectively.
601
*/
602
fpinfo->use_remote_estimate = false;
603
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;
0 commit comments