pgsql: Avoid "identifier will be truncated" warning in dblink when - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Avoid "identifier will be truncated" warning in dblink when
Date
Msg-id 20100609033926.BA5027541D4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Avoid "identifier will be truncated" warning in dblink when