postgres_fdw: Remove schema-qualification from cast to text.

Robert Haas <rhaas@postgresql.org>

Commit: 5f3499b2b5455a2966faee30fd3f6d2776219858
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-07-01T14:14:42Z
Releases: 9.6.0
postgres_fdw: Remove schema-qualification from cast to text.

As pointed out by Ashutosh Bapat, the header comments for this file
say that schema-qualification is needed for all and only those types
outside pg_catalog.  pg_catalog.text is not outside pg_catalog.

Files