Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-25 Thread aarjan langereis
I've got gdb from the RPM's from redhat 9. Whould that RPM be wrong then? Or do you mean that I have to recompile the database? Aarjan Ps. Merry Christmas! - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "aarjan langereis" <[EMAIL P

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-24 Thread aarjan langereis
Sorry I made a mistake , the coredump is only 25 Mb :D   Aarjan - Original Message - From: aarjan langereis To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 10:49 AM Subject: Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-24 Thread aarjan langereis
ot;Tom Lane" <[EMAIL PROTECTED]>To: "aarjan langereis" <[EMAIL PROTECTED]>Cc: <[EMAIL PROTECTED]>Sent: Sunday, December 21, 2003 6:13 PMSubject: Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temptable> "aarjan langereis" <[EMAIL PROT

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-21 Thread aarjan langereis
1390618 records used) select hostid, sum(amount) from blocks where blockdate::date between '2003-02-01' and '2003-07-01' group by hostid; worked (1202952 records used) To me it seems to be the size of it all... Yours, Aarjan - Original Message - From: "Tom Lane&q

Fw: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-20 Thread aarjan langereis
I tried to reply to you but that doesn't work. So I try it through here..   Yours,   Aarjan - Original Message - From: aarjan langereis To: Tom Lane Sent: Saturday, December 20, 2003 3:17 PM Subject: Fw: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-19 Thread aarjan langereis
How do I get a "debugger backtrace" ?Selecting all data from the tables involved, does that also include a 'count(*)', if so, they work:stats=# select count(*) from blocks;  count- 3194409(1 row)stats=# select count(*) from hosts; count---   205(1 row)stats=#Yours,Aarjan- O