Update obsolete comment.
authorEtsuro Fujita <efujita@postgresql.org>
Tue, 30 Mar 2021 04:00:05 +0000 (13:00 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Tue, 30 Mar 2021 04:00:05 +0000 (13:00 +0900)
Back-patch to all supported branches.

Author: Etsuro Fujita
Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com

contrib/postgres_fdw/postgres_fdw.c

index 32ceddd4ba4b07e272752a0da0d4dc29c8a9a6cb..a2e3a376d6dcc441c698330c5e5eb130b89c45d1 100644 (file)
@@ -546,8 +546,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
    fpinfo->server = GetForeignServer(fpinfo->table->serverid);
 
    /*
-    * Extract user-settable option values.  Note that per-table setting of
-    * 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
+    * them, respectively.
     */
    fpinfo->use_remote_estimate = false;
    fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;