| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/FAQ_QNX4 oc/src/sgml/client-a ... |
| Date: | 2004-03-23 01:23:48 |
| Message-ID: | 20040323012348.87077D1E414@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/03/22 21:23:48
Modified files:
doc : FAQ_QNX4
doc/src/sgml : client-auth.sgml runtime.sgml
doc/src/sgml/ref: postmaster.sgml
src/backend/postmaster: postmaster.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/bin/psql : tab-complete.c
src/include : miscadmin.h
Log message:
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-03-23 02:03:55 | pgsql-server/src/port thread.c |
| Previous Message | Tom Lane | 2004-03-22 23:55:29 | pgsql-server/src/backend/postmaster pgstat.c |