Re: [GENERAL] My postmaster just crashed ! - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [GENERAL] My postmaster just crashed !
Date
Msg-id 23193.1106853756@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] My postmaster just crashed !  (Michael Fuhr <mike@fuhr.org>)
Responses Re: [GENERAL] My postmaster just crashed !  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
Michael Fuhr <mike@fuhr.org> writes:
> On Thu, Jan 27, 2005 at 05:26:26PM +0100, PFC wrote:
>> It seems that contrib/intagg crashes my server :

> I see the same thing with PostgreSQL 8.0.0 (REL8_0_STABLE) on Solaris 9
> and FreeBSD 4.11.

The intagg source code says

    NOTE: This module requires sizeof(void *) to be the same as sizeof(int)

which in English means "this ain't gonna work on 64-bit machines".  I've
never bothered to look at it more closely than that ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Inconsistent behavior with TIMESTAMP WITHOUT and epoch
Next
From: Michael Fuhr
Date:
Subject: Re: [GENERAL] My postmaster just crashed !