Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72ceeab

Browse filesBrowse files
author
Etsuro Fujita
committed
Update obsolete comment.
Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com
1 parent ef92482 commit 72ceeab
Copy full SHA for 72ceeab

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎contrib/postgres_fdw/postgres_fdw.c

Copy file name to clipboardExpand all lines: contrib/postgres_fdw/postgres_fdw.c
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,9 @@ postgresGetForeignRelSize(PlannerInfo *root,
492492
fpinfo->server = GetForeignServer(fpinfo->table->serverid);
493493

494494
/*
495-
* Extract user-settable option values. Note that per-table setting of
496-
* use_remote_estimate overrides per-server setting.
495+
* Extract user-settable option values. Note that per-table settings of
496+
* use_remote_estimate and fetch_size override per-server settings of
497+
* them, respectively.
497498
*/
498499
fpinfo->use_remote_estimate = false;
499500
fpinfo->fdw_startup_cost = DEFAULT_FDW_STARTUP_COST;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.