From 72ceeab9c5ad0a78d1ee04c680b11a55ae13e94f Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Tue, 30 Mar 2021 13:00:08 +0900 Subject: [PATCH] Update obsolete comment. 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 7d562987084..8ed0d6dd7de 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -492,8 +492,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; -- 2.30.2