Re: [pgsql-hackers-win32] PLTCL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Luciano - UNILOG SA <luciano(at)unilogsa(dot)com(dot)br>, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: [pgsql-hackers-win32] PLTCL
Date: 2004-12-02 19:39:12
Message-ID: 200412021939.iB2JdCe11183@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers-win32


OK, I updated the error message to be:

return "dynamic load error";

and added a TODO item for Win32:

o Improve dlerror() reporting string

---------------------------------------------------------------------------

Tom Lane wrote:
> "Luciano - UNILOG SA" <luciano(at)unilogsa(dot)com(dot)br> writes:
> > createlang: language installation failed: ERROR: could not load library =
> > "C:/Arquivos de programas/PostgreSQL/8.0.0-beta5/lib/pltcl.dll": error
>
> > What the problem ?
>
> Good question. The unhelpful error message can evidently be blamed on
> this routine in src/backend/port/dynloader/win32.c:
>
> char *
> dlerror(void)
> {
> return "error";
> }
>
> Would someone work on providing a non-stub version of that?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-12-02 20:31:10 Re: pg_autovacuum getopt bun in 8.0.0beta5
Previous Message Bruce Momjian 2004-12-02 18:11:03 Re: [BUGS] solaris non gcc compiler debug options

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-12-02 19:42:37 Re: [PERFORM] scalability issues on win32
Previous Message Bruce Momjian 2004-12-02 19:28:17 Re: [PERFORM] scalability issues on win32