Re: initdb ignoring options?

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb ignoring options?
Date: 2013-02-27 00:58:02
Message-ID: 512D5A1A.6030107@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/26/13 6:57 PM, Mark Kirkwood wrote:
> This might be a red herring - but I recall having problems using
> --enable-depend on older OSX versions (10.5 I think), so *maybe* worth
> seeing if leaving that option off and doing a distclean+rebuild changes
> anything.

I toggled off both that and not expliciting enabling
enable-thread-safety with no change.

For Thom's question, these are all hitting the Postgres I compiled, and
yes other tools like pg_ctl seem fine:

$ which pg_ctl
/Users/gsmith/pgwork/inst/latest/bin/pg_ctl
$ pg_ctl --version
pg_ctl (PostgreSQL) 9.3devel
$ which initdb
/Users/gsmith/pgwork/inst/latest/bin/initdb
$ initdb --version
Database cluster already exists in /Users/gsmith/pgwork/data/latest

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2013-02-27 02:18:34 Re: initdb ignoring options due to bash environment on OS X
Previous Message Thom Brown 2013-02-27 00:27:25 Re: initdb ignoring options?