Re: Bad Build
От
Bruce Momjian
Тема
Re: Bad Build
Дата
Msg-id
200203080051.g280p6o22704@candle.pha.pa.us
Ответ на
Re: Bad Build (Tom Lane)
Список
Дерево обсуждения
Re: Bad Build Fernando Nasser <fnasser@redhat.com>
Tom Lane wrote: > Greg Copeland writes: > > If I do "initdb" with the "-d" option, postgres will crash during the > > bootstrap. I think it's because postgres is attempting to strlen(NULL) > > while trying to build a string during it's option parsing. > > Fixed --- problem was bad option information passed to getopt(). Yes, I suspected it was somewhere in there but had to run out for an hour. Was just looking at it. Before bootstrap just took -d while it now takes '-d level'. I was sure I missed something and I see now it was getopt(). Thanks. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
В списке pgsql-hackers по дате отправления