Re: PLTCL - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PLTCL
Date
Msg-id 21407.1101756845@sss.pgh.pa.us
Whole thread Raw
In response to PLTCL  ("Luciano - UNILOG SA" <luciano@unilogsa.com.br>)
Responses Re: [pgsql-hackers-win32] PLTCL
List pgsql-bugs
"Luciano - UNILOG SA" <luciano@unilogsa.com.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

pgsql-bugs by date:

Previous
From: "Luciano - UNILOG SA"
Date:
Subject: PLTCL
Next
From: Michael Owens
Date:
Subject: 8.0 Beta-5 Linux PSQL Endless loop