]> granicus.if.org Git - postgresql/commitdiff
postgres_fdw: Fix typo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Mon, 13 May 2019 08:30:37 +0000 (17:30 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Mon, 13 May 2019 08:30:37 +0000 (17:30 +0900)
contrib/postgres_fdw/postgres_fdw.c

index 27d2b0a2ddfc3c769f60a545645b1b3b3d3c97a9..ae1deab4eecb3a90923f94b51cc3d582f3ed38a5 100644 (file)
@@ -2689,7 +2689,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
  * param_join_conds are the parameterization clauses with outer relations.
  * pathkeys specify the expected sort order if any for given path being costed.
  *
- * 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