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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: postgres_fdw: Remove schema-qualification from cast to text.
Дата
Msg-id E1bIzDd-0001R2-9r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Fix crash bug in RestoreSnapshot.
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Fix crash bug in RestoreSnapshot.