pgsql: Avoid "identifier will be truncated" warning in dblink when

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid "identifier will be truncated" warning in dblink when
Date: 2010-06-09 03:40:16
Message-ID: 20100609034016.577F67541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid "identifier will be truncated" warning in dblink
when connection string is longer than NAMEDATALEN.
The previous fix for long connection name broke the behavior.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.82.2.4 -> r1.82.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.82.2.4&r2=1.82.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-06-09 10:54:45 pgsql: Make the walwriter close it's handle to an old xlog segment if
Previous Message Takahiro Itagaki 2010-06-09 03:39:26 pgsql: Avoid "identifier will be truncated" warning in dblink when