pgAdmin III commit: Fix a crash bug when trying to create a new table o

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix a crash bug when trying to create a new table o
Дата
Msg-id 201107021842.p62IgMIW048232@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a crash bug when trying to create a new table on 8.3

Instead of deleting the autovacuum notebook page, pgAdmin deleted the
constraints notebook page. So, when the user clicked OK, pgAdmin tried to find
changes in the constraints widgets which didn't exist anymore.

This bug was introduced by me when I added the new Definition tab to most of
the dialogs. Will do a complete check of "DeletePage" in each of the dialogs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=797b3f5c34657816e7bf07c350a3bc5ad687edc1

Modified Files
--------------
pgadmin/dlg/dlgTable.cpp |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a crash bug when trying to create a new table o
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created