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

index 4cbfb12a66442cb3a4a87abafec07da75093ad19..2b6d885efed1b9e3659a435f1ae36c41c20017d1 100644 (file)
@@ -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