]> granicus.if.org Git - postgresql/commit
Revert to our pre-7.4 behavior of identifying Unix-socket connections in
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Sep 2003 20:18:51 +0000 (20:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Sep 2003 20:18:51 +0000 (20:18 +0000)
commit8b43e325ebfab423c937ce384bcdaf70ed0b462e
treef77a0ac985e81fbecffa3109d6e15b33367e8c58
parentb1d3de6b96a59676c6e03f577d6c8ad88302153e
Revert to our pre-7.4 behavior of identifying Unix-socket connections in
ps status as '[local]', not as 'localhost' as the code has been doing
recently.  That's too easily confused with TCP loopback connections,
and there is no good reason to change the behavior anyway.
src/backend/libpq/ip.c