projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e3942
)
postgres_fdw: Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 1 Nov 2016 20:21:29 +0000
(16:21 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 1 Nov 2016 20:21:29 +0000
(16:21 -0400)
Etsuro Fujita
contrib/postgres_fdw/deparse.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/deparse.c
b/contrib/postgres_fdw/deparse.c
index 450693ad820b6304f79a95bac9275c55c09af069..66b059ac9609778c4d1917cc75401a29971eb767 100644
(file)
--- a/
contrib/postgres_fdw/deparse.c
+++ b/
contrib/postgres_fdw/deparse.c
@@
-847,7
+847,7
@@
deparse_type_name(Oid type_oid, int32 typemod)
*
* The output targetlist contains the columns that need to be fetched from the
* foreign server for the given relation. If foreignrel is an upper relation,
- * then the output targetlist can also contain
s
expressions to be evaluated on
+ * then the output targetlist can also contain expressions to be evaluated on
* foreign server.
*/
List *