pgsql-server/src/backend/libpq ip.c
pgsql-server/src/backend/libpq ip.c
От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: tgl@svr1.postgresql.org 03/09/12 17:18:51 Modified files: src/backend/libpq: ip.c Log message: 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.