Re: Ability to listen on two unix sockets - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Ability to listen on two unix sockets
Date
Msg-id 1339626691.11971.51.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Ability to listen on two unix sockets  (Honza Horak <hhorak@redhat.com>)
Responses Re: Ability to listen on two unix sockets  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On ons, 2012-06-13 at 15:25 +0200, Honza Horak wrote:
> It seems unix_socket_directory could be turned into list and probably 
> renamed to unix_socket_directories, since it would be confusing if a 
> list value is in singular.

Well, it would also be annoying to rename the parameter name for a
marginal change in functionality.

> On the other hand, we probably don't want to specify listening ports
> together with additional unix sockets in one 
> configuration option, so it seems better to add a new configuration 
> option to distinguish the primary listening port from additional
> ports.

I think it would be wiser if you left the port business out of this.
There are more issues hidden in there than you need to deal with.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Ability to listen on two unix sockets
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented