Re: Bad Build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bad Build
Date
Msg-id 24082.1015548474@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bad Build  (Greg Copeland <greg@CopelandConsulting.Net>)
Responses Re: Bad Build  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Greg Copeland <greg@CopelandConsulting.Net> 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().
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: pg_class -> reltuples?
Next
From: Bruce Momjian
Date:
Subject: Re: Bad Build