postgres_fdw: Remove schema-qualification from cast to text.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/deparse.c | modified | +2 −2 |
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +24 −24 |