Re: [GENERAL] PG crash on simple query, story continues - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] PG crash on simple query, story continues
Date
Msg-id 26629.1057705104@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] PG crash on simple query, story continues  ("Maksim Likharev" <mlikharev@aurigin.com>)
List pgsql-hackers
"Maksim Likharev" <mlikharev@aurigin.com> writes:
>      On failure, strxfrm() returns (size_t)-1.

Not according to the Single Unix Specification, Linux, or HP-UX;
I don't have any others to check.  But anyway, that is not causing
your problem, since palloc(0) would complain not dump core.

> I am on SunOS 5.8,

Solaris, eh?  IIRC, it was Solaris that we last heard about broken
strxfrm on.  Better check to see if Sun has a fix for this.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [pgsql-advocacy] [GENERAL] Postgresql & AMD x86-64
Next
From: "Maksim Likharev"
Date:
Subject: Re: [GENERAL] PG crash on simple query, story continues