Re: [BUGS] 8.2beta1 (w32): server process crash (tsvector)

2006-10-18 Thread me
No. It's debugging output for a problem we had earlier, and will be removed before release. thanks for clarifying. wasn't sure whether the comment in the release notes really was applying to these "file not found" error messages. Unless beaten to it, I'll try to look at the other part later

Re: [BUGS] BUG #2694: Memory allocation error when selecting array

2006-10-18 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Sorry for the slow response -- I'm at the airport just heading home from > a marathon 30 day business trip. Yow. Hope you get some time off... > Tom Lane wrote: >> "Vitali Stupin" <[EMAIL PROTECTED]> writes: >>> The error "invalid memory alloc request si

Re: [BUGS] 8.2beta1 (w32): server process crash (tsvector)

2006-10-18 Thread Magnus Hagander
[offline ATM, can't look at the main issue, just wanted to get a comment in about fopen(). Unless beaten to it, I'll try to look at the other part later.] > on a sidenote: are those fopen() errors debug-code-leftovers > or something one should worry about? i can't find those files > on the file

Re: [BUGS] corruption since 7.4.13 update ?

2006-10-18 Thread Franz . Rasper
Just for your information. Our problem was caused by a bad firmware of one of the harddisk in the mirror. "An HP ProLiant server configured with any of the Ultra320 hard drives listed in Table 1 may experience an unsuccessful write operation when transferring data to the hard drive during periods

Re: [BUGS] BUG #2694: Memory allocation error when selecting array

2006-10-18 Thread Joe Conway
Tom Lane wrote: "Vitali Stupin" <[EMAIL PROTECTED]> writes: The error "invalid memory alloc request size 4294967293" apears when selecting array of empty arrays: select ARRAY['{}'::text[],'{}'::text[]]; I can get a core dump off it too, sometimes. The problem is in ExecEvalArray, which compu