1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-05 23:56:58 +03:00

postgres_fdw: Fix typo in comment.

Etsuro Fujita
This commit is contained in:
Robert Haas 2016-11-01 16:21:29 -04:00
parent b5e3942f50
commit 9779f71c40

View File

@ -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 * 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, * 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. * foreign server.
*/ */
List * List *