mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
postgres_fdw: Fix typo in comment.
This commit is contained in:
parent
f86b0c3c46
commit
cc866941ad
1 changed files with 1 additions and 1 deletions
|
|
@ -2598,7 +2598,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
|
|||
* fpextra specifies additional post-scan/join-processing steps such as the
|
||||
* final sort and the LIMIT restriction.
|
||||
*
|
||||
* The function returns the cost and size estimates in p_row, p_width,
|
||||
* The function returns the cost and size estimates in p_rows, p_width,
|
||||
* p_startup_cost and p_total_cost variables.
|
||||
*/
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue