Re: FailedAssertion on initdb with 9.4dev

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FailedAssertion on initdb with 9.4dev
Date: 2013-08-01 07:04:39
Message-ID: CA+HiwqFHfKYwvJ2PCTGWvK3iydUtJ3pduHvRuYLSyt0BuPdzpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 1, 2013 at 3:52 PM, Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> Build using:
> CFLAGS="-g -O0" ./configure --with-pam --enable-cassert --enable-debug
> --prefix=/home/amit/dev/pginstall/
>
> --
> Amit Langote

Umm, I guess I forgot to "make clean" before building with the latest
HEAD. Now, I rebuilt after "make clean", it no longer gives me the
FailedAssertion as reported before.

Sorry about the noise!

--
Amit Langote

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2013-08-01 07:23:09 Re: REGEXP_MATCHES() strange behavior with '^' and '$' pattern
Previous Message Jeevan Chalke 2013-08-01 06:55:17 Re: REGEXP_MATCHES() strange behavior with '^' and '$' pattern