Обсуждение: pgsql: postgres_fdw: Remove schema-qualification from cast to text.

Поиск
Список
Период
Сортировка

pgsql: postgres_fdw: Remove schema-qualification from cast to text.

От
Robert Haas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5f3499b2b5455a2966faee30fd3f6d2776219858

Modified Files
--------------
contrib/postgres_fdw/deparse.c                 |  4 +--
contrib/postgres_fdw/expected/postgres_fdw.out | 48 +++++++++++++-------------
2 files changed, 26 insertions(+), 26 deletions(-)