]> granicus.if.org Git - postgresql/commit
postgres_fdw: Remove schema-qualification from cast to text.
authorRobert Haas <rhaas@postgresql.org>
Fri, 1 Jul 2016 14:13:06 +0000 (10:13 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 1 Jul 2016 14:14:42 +0000 (10:14 -0400)
commit5f3499b2b5455a2966faee30fd3f6d2776219858
treecab235fe951ab60cf2d087ae0c956b04a9d6bf1b
parent4f9f495889d3d410195c9891b58228727b340189
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.
contrib/postgres_fdw/deparse.c
contrib/postgres_fdw/expected/postgres_fdw.out