Re: initdb ignoring options?

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: initdb ignoring options?
Дата
Msg-id 512D5A1A.6030107@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: initdb ignoring options?  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Список 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@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: initdb ignoring options?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: initdb ignoring options due to bash environment on OS X