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

2012-08-13 Thread Peter Eisentraut
On Thu, 2012-08-09 at 16:26 -0500, Merlin Moncure wrote: > Follow up on this. It is pl/sh and it is a newline issue: one of the > developers is using a tool (I think pgadmin?) that is sticking \r > characters at the end of every line which is throwing off pl/sh's > shebang parsing. The issuing qu

Re: [BUGS] Possible Bug in 9.2beta3

2012-08-13 Thread Greg Stark
On Mon, Aug 13, 2012 at 7:17 PM, Adam Mackler wrote: > > Next, uncomment the final UNION four lines from the end. When I do > that I then get a two row result. I'm not an expert on recursive > CTEs, but I don't believe a UNION should decrease the number of rows > returned. I haven't dug through

[BUGS] Possible Bug in 9.2beta3

2012-08-13 Thread Adam Mackler
Hi: I think I might have found a bug in the 9.2beta3 version. I'm kind of new to SQL, so forgive me if I'm just misinterpreting correct behavior. Given the query below, execute it. You should get a seven-row result. Next, uncomment the final UNION four lines from the end. When I do that I the

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

2012-08-13 Thread Dave Page
On Mon, Aug 13, 2012 at 1:57 PM, Heikki Linnakangas wrote: > On 13.08.2012 15:22, Dave Page wrote: >> >> Heikki; please try forcing the delete, and let us know if it works OK. >> I've CC'd Sachin and Ashesh who can drop the old branch from the >> installer build machines for 8.x and 9.0/9.1. > > >

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

2012-08-13 Thread Heikki Linnakangas
On 13.08.2012 15:22, Dave Page wrote: Heikki; please try forcing the delete, and let us know if it works OK. I've CC'd Sachin and Ashesh who can drop the old branch from the installer build machines for 8.x and 9.0/9.1. Ah, I tried forcing the push, didn't help, I got "[remote rejected] PRE_9_

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

2012-08-13 Thread Dave Page
On Mon, Aug 13, 2012 at 12:54 PM, Magnus Hagander wrote: > On Mon, Aug 13, 2012 at 1:51 PM, Craig Ringer wrote: >> On 08/13/2012 07:19 PM, Heikki Linnakangas wrote: >> >>> >>> I tried to drop and recreate the branch, but the server would not let me >>> push that change, as it's a non-fast-forward

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

2012-08-13 Thread Magnus Hagander
On Mon, Aug 13, 2012 at 1:51 PM, Craig Ringer wrote: > On 08/13/2012 07:19 PM, Heikki Linnakangas wrote: > >> >> I tried to drop and recreate the branch, but the server would not let me >> push that change, as it's a non-fast-forward update. Someone needs to >> temporarily remove the check for tha

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

2012-08-13 Thread Craig Ringer
On 08/13/2012 07:19 PM, Heikki Linnakangas wrote: I tried to drop and recreate the branch, but the server would not let me push that change, as it's a non-fast-forward update. Someone needs to temporarily remove the check for that from the git server - I don't think I have access to do that.

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

2012-08-13 Thread Heikki Linnakangas
On 13.08.2012 11:39, Dave Page wrote: On Mon, Aug 13, 2012 at 9:20 AM, Heikki Linnakangas wrote: Ok. So, why is pldbgapi.control file not included? It's there in the repository, and "make install" copies it to share/extension. If it's there in the repo, then it shouldn't be. The PRE_9_2 b

Re: [BUGS] BUG #7490: documentation typo

2012-08-13 Thread Magnus Hagander
On Mon, Aug 13, 2012 at 9:47 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 7490 > Logged by: mauro > Email address: m.ru...@uniplan.it > PostgreSQL version: 9.1.4 > Operating system: no matter > Description: > > Dears, > > in > > http://www

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

2012-08-13 Thread Dave Page
On Mon, Aug 13, 2012 at 9:20 AM, Heikki Linnakangas wrote: > >>> Ok. So, why is pldbgapi.control file not included? It's there in the >>> repository, and "make install" copies it to share/extension. >> >> >> If it's there in the repo, then it shouldn't be. The PRE_9_2 branch of >> code is supposed

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

2012-08-13 Thread Heikki Linnakangas
On 13.08.2012 10:42, Dave Page wrote: On Mon, Aug 13, 2012 at 7:22 AM, Heikki Linnakangas wrote: On 09.08.2012 17:55, Dave Page wrote: On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas wrote: Ok, I see. I just downloaded the 9.1.4 installer, and you're right, there is no pldbgapi.contr

[BUGS] BUG #7490: documentation typo

2012-08-13 Thread m . russo
The following bug has been logged on the website: Bug reference: 7490 Logged by: mauro Email address: m.ru...@uniplan.it PostgreSQL version: 9.1.4 Operating system: no matter Description: Dears, in http://www.postgresql.org/docs/9.1/static/functions-string.html the

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

2012-08-13 Thread Dave Page
On Mon, Aug 13, 2012 at 7:22 AM, Heikki Linnakangas wrote: > On 09.08.2012 17:55, Dave Page wrote: >> >> 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 >>