]> granicus.if.org Git - postgresql/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:53 +0000 (17:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Dec 2009 17:41:53 +0000 (17:41 +0000)
commit6bd8a543f75848b2eab06226edfc1479782dbdc9
tree2eeefb831ee8aa873f101e946957e557885b4854
parenta81629696f97c7161e43c5ae889f487a739116e3
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