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 20100609034016.577F67541D5@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.

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)

pgsql-committers by date:

Previous
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Avoid "identifier will be truncated" warning in dblink when
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make the walwriter close it's handle to an old xlog segment if