We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef92482 commit 72ceeabCopy full SHA for 72ceeab
contrib/postgres_fdw/postgres_fdw.c
@@ -492,8 +492,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
492
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
493
494
/*
495
- * Extract user-settable option values. Note that per-table setting of
496
- * 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
497
+ * them, respectively.
498
*/
499
fpinfo->use_remote_estimate = false;
500
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;
0 commit comments