pgsql: Ignore attempts to set "application_name" in the connection - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Ignore attempts to set "application_name" in the connection
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Ignore attempts to set "application_name" in the connection startup packet.
This avoids a useless connection retry and complaint in the postmaster log
when receiving a connection from 8.5 or later libpq.

Backpatch in all supported branches, but of course *not* HEAD.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.475.2.10 -> r1.475.2.11)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.475.2.10&r2=1.475.2.11)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Ignore attempts to set "application_name" in the connection
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Ignore attempts to set "application_name" in the connection