=?ISO-8859-1?Q?R=E9mi_Zara?= <[EMAIL PROTECTED]> writes: > here is the tail of regression.diff (which indicates that the first=20 > query failed):
> SELECT '1'::mquery_txt; > ! server closed the connection unexpectedly > ! This probably means the server terminated abnormally > ! before or while processing the request. > ! connection to server was lost Backtracing the core dump from that crash would do fine. It's probably the same failure --- what this looks like to me now is dereferencing a garbage pointer, which happens to pick up an irrelevant value in the one symptom and touch unmapped memory in the other. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])