Re: pgAdmin III commit: Fix dropping of constraints

From: Timon <timosha(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III commit: Fix dropping of constraints
Date: 2012-11-08 06:32:52
Message-ID: CAAeC-St_9s0d8MhT6VEtrDhX9xboxSRb9k0eRnPc=d0p=5giuA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

crash after index rename

stacktrace
Thread 1 (Thread 0x7ffff7faea00 (LWP 13198)):
#0 0x0000000000576d51 in dlgIndex::GetSql() ()
No symbol table info available.
#1 0x0000000000590e56 in dlgProperty::OnOK(wxCommandEvent&) ()
No symbol table info available.
#2 0x0000003f0b8e6796 in ProcessEventIfMatches (event=...,
handler=<optimized out>, entry=...) at src/common/event.cpp:1239
No locals.
#3 wxEvtHandler::ProcessEventIfMatches (entry=..., handler=<optimized
out>, event=...) at src/common/event.cpp:1214
No locals.

2012/11/1 Dave Page <dpage(at)pgadmin(dot)org>

> Fix dropping of constraints
>
> Branch
> ------
> master
>
> Details
> -------
>
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e92f6be2c2872e85049a54f4b06613f9dd242b3b
> Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
>
> Modified Files
> --------------
> CHANGELOG | 1 +
> pgadmin/schema/pgCheck.cpp | 2 +-
> pgadmin/schema/pgDomain.cpp | 2 +-
> pgadmin/schema/pgForeignKey.cpp | 2 +-
> pgadmin/schema/pgIndex.cpp | 8 ++++----
> 5 files changed, 8 insertions(+), 7 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
All bugs reserved

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-11-08 07:46:44 Re: pgAdmin III commit: Fix dropping of constraints
Previous Message Dave Page 2012-11-06 12:36:07 Re: pgAdmin with SSHTunneling support