Re: BUG #1790: coredump in postgres - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1790: coredump in postgres
Date
Msg-id 28179.1122582628@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1790: coredump in postgres  ("Dmitry Karasik" <dmitry@karasik.eu.org>)
List pgsql-bugs
"Dmitry Karasik" <dmitry@karasik.eu.org> writes:
> The following bug has been logged online:

> Bug reference:      1790
> Logged by:          Dmitry Karasik
> Email address:      dmitry@karasik.eu.org
> PostgreSQL version: 8.1-devel
> Operating system:   freebsd 5.4
> Description:        coredump in postgres
> Details:

> pgsql is 8.1-devel, cvsup-latest

Dmitry provided me with a test case, from which it became apparent that
the problem was the new bitmap indexscan code not being fully ready to
cope with partial indexes.  There were a number of problems besides the
core dump itself, but I think I've got it all cleaned up now.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Richard Huxton
Date:
Subject: Re: BUG #1795: mirroring
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1794: inheritance removes permissions from the parent table