Re: What in the world is happening on spoonbill? - Mailing list pgsql-hackers

From Stefan Kaltenbrunner
Subject Re: What in the world is happening on spoonbill?
Date
Msg-id 482F18BA.4060605@kaltenbrunner.cc
Whole thread Raw
In response to Re: What in the world is happening on spoonbill?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: What in the world is happening on spoonbill?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
>> psql is coredumping:
> 
> Huh.  I wonder why it's only happening on that one machine.
> Is there anything particularly unusual about datatype sizes
> or alignment rules on that platform?

hmm well it is a 64bit Sparc box running OpenBSD which is a tad 
"unusual" in itself.
But if i had to guess this more likely caused by the special malloc 
flags used on spoonbill (FGJPZ) - per your recommendations in:

http://archives.postgresql.org/pgsql-hackers/2005-06/msg00828.php

docs at:


http://www.openbsd.org/cgi-bin/man.cgi?query=malloc.conf&apropos=0&sektion=0&manpath=OpenBSD+4.2&arch=sparc64&format=html


Stefan


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: What in the world is happening on spoonbill?
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: What in the world is happening on spoonbill?