Re: BUG #3653: Database crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc Munro" <marc(at)bloodnok(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3653: Database crash
Date: 2007-10-04 21:14:10
Message-ID: 21338.1191532450@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Marc Munro" <marc(at)bloodnok(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Radim Kolar 2007-10-04 23:36:59 BUG #3654: Inconsistent handling of usernames
Previous Message Marc Munro 2007-10-04 18:39:53 BUG #3653: Database crash