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