Re: Getting rid of "accept incoming network connections" prompts on OS X

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Getting rid of "accept incoming network connections" prompts on OS X
Date: 2014-10-24 05:18:31
Message-ID: 5449E127.70209@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/21/14 1:16 PM, Tom Lane wrote:
> If you do any Postgres development on OS X, you've probably gotten
> seriously annoyed by the way that, every single time you reinstall the
> postmaster executable, you get a dialog box asking whether you'd like
> to allow it to accept incoming network connections.

I used to, but somehow I don't see this anymore. Just to be sure, I
made sure the firewall is on, checked that postgres is not in the
exception list, rebooted, built postgresql from scratch, ran make check,
but no pop-up.

I'm on Yosemite. Maybe this was changed.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2014-10-24 05:42:19 Re: [Windows,PATCH] Use faster, higher precision timer API
Previous Message Peter Geoghegan 2014-10-24 02:04:08 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}