Re: Copy/Paste table(s) functions - git context patch - Mailing list pgadmin-hackers

From Vladimir Kokovic
Subject Re: Copy/Paste table(s) functions - git context patch
Date
Msg-id CAHsHPqc4CT_+sjSTNF=SPoChZycMZfHFPdz1Wt-mrnzNguJzHw@mail.gmail.com
Whole thread Raw
In response to Re: Copy/Paste table(s) functions - git context patch  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Copy/Paste table(s) functions - git context patch  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Hi,

This patch is probably Release Candidate 2!

Fixed copy / paste of tables that do not have columns.

Everything functions as provided except for one detail that I have no
explanation or solution.

Functionality:
1. copy / paste a table - OK
2. copy / paste a table schema without activity in the browser during
the operation - OK
3. copy / paste a table schema with some actions (add, drop) in the
browser during the operation, after the refresh target scheme(after
the end of pasteObjectFactory::StartDialog), something strange happens
with the GUI, as seen in gdb-bt.log). Please note that the thread that
is used to copy a scheme tables does not call any GUI function as seen
from the thread-calls.txt. valgrind.log shows no anomalies in the work
of pgadmin. I need help in this case because I have no idea what to
do!

Best regards,
Vladimir Kokovic, DP senior, Belgrade, Serbia

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Fixing issues between objects and properties dialogs
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix altering comments on an existing function