Re: [BUGS] BUG #1400: libeay32.dll error

2005-01-15 Thread Magnus Hagander
>Bug reference: 1400 >Logged by: Michel Moreira >Email address: [EMAIL PROTECTED] >PostgreSQL version: 8.0.0rc5 >Operating system: Windows XP SP2 >Description:libeay32.dll error >Details: > >When i start postgres.exe, is reported a error with >libeay32.dll, about a fu

Re: [BUGS] rc5: initdb freeze with "selecting default max_connections ..."

2005-01-15 Thread Magnus Hagander
Never seen this one. Can you run it with debugging enabled (-d option to initdb) and see if it gives you any more data. Are you doing something different as compared to the initdb the MSI did? Different encoding or such? //Magnus >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EM

Re: [BUGS] BUG #1393: Adding 'LIMIT 1' to the query halts forever if no data present

2005-01-15 Thread Michael Fuhr
On Fri, Jan 14, 2005 at 11:18:15AM -0700, Michael Fuhr wrote: > > Since you say the query takes forever to return, it might be useful > to see the output of pg_locks. Reminder to self: "takes forever to return" might mean "eventually returns, but takes a long time". Should have asked for clarifi

Re: [BUGS] BUG #1393: Adding 'LIMIT 1' to the query halts forever

2005-01-15 Thread Michael Fuhr
On Fri, Jan 14, 2005 at 11:31:05PM -0500, Tom Lane wrote: > "Fahad G." <[EMAIL PROTECTED]> writes: > > -- Indexes > > CREATE INDEX jobstat_lc_q4_2004_jobid ON jobstat_lc_q4_2004 USING btree > > (jobid); > > CREATE INDEX jobstat_lc_q4_2004_fetchtime ON jobstat_lc_q4_2004 USING btree > > (fetchtime);