Re: [BUGS] The postmaster keeps crashing

2003-11-09 Thread Micah Yoder
On Saturday 08 November 2003 12:53 pm, Tom Lane wrote: > Yeah, it does.  Have you tried running memtest86? > > It could also be a kernel problem --- I'm not sure 2.4.16 had all the > SMP bugs flushed out of it.  Consider getting a later kernel. Thanks. It's a virtual server and I don't run it, so

Re: [BUGS] PostgreSQL 7.4RC1 crashes on Panther

2003-11-09 Thread Scott Goodwin
Awesome! Thanks so much for the fix -- I depend on PostgreSQL and Tcl on my powerbook to do development work. cheers, /s. On Nov 8, 2003, at 2:09 PM, Tom Lane wrote: It turns out that the "createlang pltcl" failure on OS X 10.3 was due to our ps_status code doing the wrong thing. I have comm

[BUGS] 7.4RC1 et al: cannot find block containing chunk

2003-11-09 Thread Robert Greimel
POSTGRESQL BUG REPORT TEMPLATE Your name : Robert Greimel Your email address : greimel (

Re: [BUGS] 7.4RC1 et al: cannot find block containing chunk

2003-11-09 Thread Peter Eisentraut
Robert Greimel writes: > using PostgreSQL-7.2.2 and several user defined C function - dynamically loaded > from one .so file - I (sometimes) see the following error message doing the > following query: > > >psql database > =# SELECT id,deg2ra(ra),deg2dec(dec),frames FROM Fields; > ERROR: AllocSet

Re: [BUGS] 7.4RC1 et al: cannot find block containing chunk

2003-11-09 Thread Tom Lane
[EMAIL PROTECTED] (Robert Greimel) writes: > using PostgreSQL-7.2.2 and several user defined C function - dynamically loaded > from one .so file - I (sometimes) see the following error message doing the > following query: > ERROR: AllocSetFree: cannot find block containing chunk 0x83a5300 This i

Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?

2003-11-09 Thread Gaetano Mendola
Bruce Momjian wrote: This now works in current CVS and will be in 7.4 final: Thank you. regards Gaetano Mendola ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do no