Re: Getting rid of "accept incoming network connections" prompts on OS X - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Getting rid of "accept incoming network connections" prompts on OS X
Date
Msg-id CAB7nPqSpGZtbh4N6rayYwjEWrJCfXd1rktuLpK+bAuPipn1xcQ@mail.gmail.com
Whole thread Raw
In response to Re: Getting rid of "accept incoming network connections" prompts on OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Getting rid of "accept incoming network connections" prompts on OS X
List pgsql-hackers
On Fri, Oct 24, 2014 at 3:39 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Peter, Dave: maybe you have tweaked things to keep listen_addresses
> empty and rely only on Unix-socket connections?
Should be so. The target of this feature is development on OSX, right?
And most of the time development would be done only on the local
machine, machine being most of the time a laptop. So instead of adding
an optional step in configure to enforce the creation of a
certificate, why not simply encourage people to use listen_addresses =
'' on OSX by documenting it? Even when working on replication or
related things on a local machine, it is possible to simply pass the
socket directory...
-- 
Michael



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [Windows,PATCH] Use faster, higher precision timer API
Next
From: Andres Freund
Date:
Subject: Re: Deferring some AtStart* allocations?