Re: BUG #6722: Debugger broken?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, kargor <karlgorton(at)gmx(dot)at>, pgsql-bugs(at)postgresql(dot)org, Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Subject: Re: BUG #6722: Debugger broken?
Date: 2012-08-13 12:22:04
Message-ID: CA+OCxowv_GBjajmCnwXQd-B4SOi_i3Lqkeo3dpTfXCUhvHc2pA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Aug 13, 2012 at 12:54 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Mon, Aug 13, 2012 at 1:51 PM, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> 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 that from the git server - I don't think I
>>> have access to do that. Do you?
>>>
>>
>> pushing with --force didn't work?
>>
>> git push --force origin mybranch
>
> Yeah, there is nothing on the git server that should stop you from
> doing a force push, I believe.
>
> There are rules in place to stop it from pushing merge commits, if
> that has been enabled. But there are no such rules enabled for the
> pldebugger one.
>
> Note of course, which you probably already know, that doing a force
> push may cause problems for others who have cloned the repository...

Yeah - I have a very strong suspicion that's just us though. I've
never heard of anyone else working on the debugger (and it's even less
likely they'd be working on this branch).

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.

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2012-08-13 12:57:49 Re: BUG #6722: Debugger broken?
Previous Message Magnus Hagander 2012-08-13 11:54:16 Re: BUG #6722: Debugger broken?