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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Remove schema-qualification from cast to text.
Date: 2016-07-01 14:14:57
Message-ID: E1bIzDd-0001R2-9r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-07-01 14:27:13 Re: pgsql: Fix crash bug in RestoreSnapshot.
Previous Message Robert Haas 2016-07-01 14:04:36 Re: pgsql: Fix crash bug in RestoreSnapshot.