]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ignore attempts to set "application_name" in the connection startup packet.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Dec 2009 17:41:07 +0000 (17:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Dec 2009 17:41:07 +0000 (17:41 +0000)
commite461436f876b10d5053d152aada43e29ba6fd852
tree1e99bd165bb4f66939b3ad42016e369916e16a1d
parentb382cbb0448e32a806e03976204f767a54ce36b5
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.
src/backend/postmaster/postmaster.c