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-0007Vx-Rq@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
------
REL8_3_STABLE

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

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