]> 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:31 +0000 (17:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Dec 2009 17:41:31 +0000 (17:41 +0000)
commit3c77fbd285a9109ef7b341ad3cc7e50121bed161
treec07ee93c18acf1ae8d3558efd4817c9955e1e086
parente6bfe55961f7392ff16173ff167396d4ca194588
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