Fix typo in postgres_fdw/deparse.c
Started by Masahiko Sawadaover 9 years ago2 messages
Hi all,
Attached patch fixes small typo in contrib/postgres_fdw/deparse.c
s/whenver/whenever/g
Regards,
--
Masahiko Sawada
Attachments:
fix_small_typo_in_deparse_c.patchbinary/octet-stream; name=fix_small_typo_in_deparse_c.patchDownload
diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c
index 0c288c8..33610c4 100644
--- a/contrib/postgres_fdw/deparse.c
+++ b/contrib/postgres_fdw/deparse.c
@@ -1637,7 +1637,7 @@ deparseColumnRef(StringInfo buf, int varno, int varattno, PlannerInfo *root,
/*
* In case the whole-row reference is under an outer join then it has
- * to go NULL whenver the rest of the row goes NULL. Deparsing a join
+ * to go NULL whenever the rest of the row goes NULL. Deparsing a join
* query would always involve multiple relations, thus qualify_col
* would be true.
*/
Re: Fix typo in postgres_fdw/deparse.c
On Thu, Jul 14, 2016 at 2:22 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Hi all,
Attached patch fixes small typo in contrib/postgres_fdw/deparse.c
s/whenver/whenever/g
Applied. Thanks!
Regards,
--
Fujii Masao
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers