Re: BUG #6722: Debugger broken?

From: kargor <karlgorton(at)gmx(dot)at>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6722: Debugger broken?
Date: 2012-08-09 12:07:53
Message-ID: 20120809120744.119470@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi!

Windows XP / Postgres 9.1.4

Of course the correct name of the dll is ..\lib\plugins\plugin_debugger.dll.

My problems:
* Directory ..\share\contrib is empty.

* CREATE EXTENSION pldbgapi;
FEHLER: konnte Erweiterungskontrolldatei »F:/progs/9.1.4/share/extension/pldbgapi.control« nicht öffnen: No such file or directory

* pldbgapi--1.0.sql
This file does not exist, too, nor does any similar file exist.

* Then I tried the old file pldbgapi.sql from a 9.0.? server.
Function name has changed, targetinfo.dll is missing.

* So I have copied the pldbgapi--1.0.sql from git, updated it to use the correct dlls and then I was able to install the debugger.

* For all version I have used(8.4, 9.0 and now 9.1.4) it was necessary to reboot the computer to use the debugger - restarting the database server is not enough!

Greetings, Kari.

-------- Original-Nachricht --------
> Datum: Thu, 9 Aug 2012 01:50:39 -0700 (PDT)
> Von: "Heikki Linnakangas-3 [via PostgreSQL]" <ml-node+s1045698n5719352h8(at)n5(dot)nabble(dot)com>
> An: kargor <karlgorton(at)gmx(dot)at>
> Betreff: Re: BUG #6722: Debugger broken?

>
>
> On 08.08.2012 19:05, kargor wrote:
> > Its possible to start the debugger, but its not really easy.
> >
> > The control file from git has not worked, so I copied the sql file to
> > install the functions.
>
> How did it not work? What error message did you get? Did you follow the
> installation instructions in the README?
>
> > I copied the debugging.dll from plugins into the libdir, too, but I
> think
> > this is not necessary (in the conf file the dll from plugins will be
> > loaded).
>
> There is no reference to "debugging.dll" in the git repository, or in
> any old version of the debugger either IIRC, so I wonder where that came
> from.
>
> --
> Heikki Linnakangas
> EnterpriseDB http://www.enterprisedb.com
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>
>
>
>
> _______________________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://postgresql.1045698.n5.nabble.com/BUG-6722-Debugger-broken-tp5715919p5719352.html
>
> To unsubscribe from BUG #6722: Debugger broken?, visit
> http://postgresql.1045698.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5715919&code=a2FybGdvcnRvbkBnbXguYXR8NTcxNTkxOXwxNzgyNjM3ODYy

--
-----------------------------
Karl Gorton
KarlGorton(at)gmx(dot)at

--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-6722-Debugger-broken-tp5715919p5719372.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2012-08-09 12:20:31 Re: BUG #6722: Debugger broken?
Previous Message Heikki Linnakangas 2012-08-09 08:49:28 Re: BUG #6722: Debugger broken?