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

From Robert Haas
Subject pgsql: postgres_fdw: Remove schema-qualification from cast to text.
Date
Msg-id E1bIzDd-0001R2-9r@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Fix crash bug in RestoreSnapshot.
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Fix crash bug in RestoreSnapshot.