From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | listening addresses |
Date: | 2004-03-21 16:58:23 |
Message-ID: | 405DC9AF.7040300@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
I think this (undocumented!) patch implements what Tom and I thrashed
out under this heading on -hackers.
It would make the default configuration listen on localhost, and allow
'*' as a listen address to be every available listen interface. -i would
correspond to this latter setting. It also will not now error out unless
there is absolutely no socket, Unix or TCP, to listen on. To turn off
all TCP sockets you would use -h '' or listen_addresses = ''.
Submitted for review.
cheers
andrew
Attachment | Content-Type | Size |
---|---|---|
listen.patch | text/plain | 8.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-03-21 17:19:33 | Re: listening addresses |
Previous Message | Andrew Dunstan | 2004-03-21 16:46:16 | Re: [HACKERS] listening addresses |