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:39:26
Message-ID: 20100609033926.BA5027541D4@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.

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.93 -> r1.94)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.93&r2=1.94)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-06-09 03:40:16 pgsql: Avoid "identifier will be truncated" warning in dblink when
Previous Message Robert Haas 2010-06-09 02:39:34 pgsql: Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.