From 9779f71c40906876018e85982c1d4a7a8c52abec Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Tue, 1 Nov 2016 16:21:29 -0400 Subject: [PATCH] postgres_fdw: Fix typo in comment. Etsuro Fujita --- contrib/postgres_fdw/deparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index 450693ad820..66b059ac960 100644 --- 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 contains expressions to be evaluated on + * then the output targetlist can also contain expressions to be evaluated on * foreign server. */ List * -- GitLab