pgsql: Don't raise "identifier will be truncated" messages in dblink

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't raise "identifier will be truncated" messages in dblink
Date: 2010-11-25 11:18:28
Message-ID: E1PLZqO-0007Vt-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't raise "identifier will be truncated" messages in dblink
except creating new connections.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d3c126544342728ab4b5c167b4f4b01a39270db5

Modified Files
--------------
contrib/dblink/dblink.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-11-25 12:37:56 textsearch-ja - textsearch_groonga: Use PGXS automatically on make.
Previous Message Magnus Hagander 2010-11-25 08:46:49 Re: pgsql: Remove useless whitespace at end of lines