>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
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
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
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);