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 8d645a1 commit bc2797eCopy full SHA for bc2797e
contrib/postgres_fdw/postgres_fdw.c
@@ -617,8 +617,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
617
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
618
619
/*
620
- * Extract user-settable option values. Note that per-table setting of
621
- * 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
622
+ * them, respectively.
623
*/
624
fpinfo->use_remote_estimate = false;
625
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;
0 commit comments