Re: [BUGS] server crash with "process 22821 releasing ProcSignal slot 32, but it contains 0"

2012-08-09 Thread Merlin Moncure
On Tue, Jun 26, 2012 at 12:09 PM, Merlin Moncure wrote: > On Tue, Jun 26, 2012 at 12:02 PM, Tom Lane wrote: >> Merlin Moncure writes: >>> I suspect (but haven't had time to prove and may not for several days >>> -- unfortunately going on vacation momentarily) that this might be >>> caused by pl/

Re: [BUGS] BUG #7478: Error when using pg_restore

2012-08-09 Thread Jeferson Braga
Good morning, Can I send you when I get home I send you the log. and a print error. Thank you for your attention. 2012/8/9 Amit Kapila > From: pgsql-bugs-ow...@postgresql.org [mailto: > pgsql-bugs-ow...@postgresql.org] On Behalf Of jefersonbl...@gmail.com > Sent: Friday, August 03, 2012 4:07 P

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread Dave Page
On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas wrote: > On 09.08.2012 17:07, kargor wrote: >> >> I use the binaries provided on the download page. I have not compiled >> anything - I'm a 'stupid' windows user... > > > Ok, I see. I just downloaded the 9.1.4 installer, and you're right, there is

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread Heikki Linnakangas
On 09.08.2012 17:07, kargor wrote: I use the binaries provided on the download page. I have not compiled anything - I'm a 'stupid' windows user... Ok, I see. I just downloaded the 9.1.4 installer, and you're right, there is no pldbgapi.control file anywhere. Looking at the README.pldebugger

Re: [BUGS] BUG #7478: Error when using pg_restore

2012-08-09 Thread Amit Kapila
Sure, no problem. But I also might take some time to do further analysis as I am little busy with other things as well. Hope it will not impact you much. With Regards, Amit Kapila. From: Jeferson Braga [mailto:jefersonbl...@gmail.com] Sent: Thursday, August 09, 2012 7:42 PM To: Amit

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread kargor
I use the binaries provided on the download page. I have not compiled anything - I'm a 'stupid' windows user... Original-Nachricht > Datum: Thu, 9 Aug 2012 05:21:27 -0700 (PDT) > Von: "Heikki Linnakangas-3 [via PostgreSQL]" > > An: kargor > Betreff: Re: BUG #6722: Debugger br

Re: [BUGS] BUG #7478: Error when using pg_restore

2012-08-09 Thread Amit Kapila
From: pgsql-bugs-ow...@postgresql.org [mailto:pgsql-bugs-ow...@postgresql.org] On Behalf Of jefersonbl...@gmail.com Sent: Friday, August 03, 2012 4:07 PM > The following bug has been logged on the website: > Bug reference: 7478 > Logged by: jeferson > Email address: jefersonbl

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread Heikki Linnakangas
On 09.08.2012 15:07, kargor wrote: * CREATE EXTENSION pldbgapi; FEHLER: konnte Erweiterungskontrolldatei »F:/progs/9.1.4/share/extension/pldbgapi.control« nicht öffnen: No such file or directory Did you use MinGW or MSVC to build it? Did you perform the install step, ie. "make install" ?

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread kargor
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 öffne

Re: [BUGS] BUG #6722: Debugger broken?

2012-08-09 Thread Heikki Linnakangas
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