Replace the virtual_host and tcpip_socket parameters with a unified
Tom Lane <tgl@sss.pgh.pa.us>
Replace the virtual_host and tcpip_socket parameters with a unified listen_addresses parameter, as per recent discussion. The default behavior is now to listen on localhost, which eliminates the need for the -i postmaster switch in many scenarios. Andrew Dunstan
Files
| Path | Change | +/− |
|---|---|---|
| doc/FAQ_QNX4 | modified | +4 −5 |
| doc/src/sgml/client-auth.sgml | modified | +20 −14 |
| doc/src/sgml/ref/postmaster.sgml | modified | +21 −14 |
| doc/src/sgml/runtime.sgml | modified | +36 −43 |
| src/backend/postmaster/postmaster.c | modified | +55 −62 |
| src/backend/utils/misc/guc.c | modified | +5 −13 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −3 |
| src/bin/psql/tab-complete.c | modified | +1 −2 |
| src/include/miscadmin.h | modified | +2 −3 |