Re: BUG #3653: Database crash - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3653: Database crash
Date
Msg-id 21338.1191532450@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3653: Database crash  ("Marc Munro" <marc@bloodnok.com>)
List pgsql-bugs
"Marc Munro" <marc@bloodnok.com> writes:
> The following script causes a db server crash:

You are using the I/O routines for the builtin "char" type, but you
have not duplicated the storage parameters for that type.  The length
must be 1 not -1, and it's pass by value.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Marc Munro"
Date:
Subject: BUG #3653: Database crash
Next
From: "Radim Kolar"
Date:
Subject: BUG #3654: Inconsistent handling of usernames