I am trying to tune my local pg running from the Heroku Postgress App.
I am seeing strange errors in the OSX console whenever I change some of the internal settings:
PM Postgres[78709]: Could not connect the action selectPostgresStatus: to target of class AppDelegate
In the above case, setting wal_buffers to any value other than the default in the conf results in PG being inaccessible.
Other config settings have a similar effect.
Is there a trick to configuring Postgres.app?