Re: [pgadmin-hackers] pgAdmin III commit: Add the support for per-column collation feature

2011-04-26 Thread Timon
this commit broke index properties dialog. pgadmin simply crashes.
steps to reproduce:
1. create index or use existing index
2. open index properties dialog
3. catch a crash

stacktrace:

#0  wxStringBase::operator= (this=0x7fffc0d8, stringSrc=...) at
src/common/string.cpp:778
No locals.
#1  0x76e6e246 in operator= (this=0x7fffc0d8) at
include/wx/string.h:659
No locals.
#2  wxGenericListCtrl::SetItem (this=0x18fa1d0, index=0, col=4,
label=optimized out, imageId=-1)
at src/generic/listctrl.cpp:5237
info = warning: can't find linker symbol for virtual table for
`wxListItem' value
{wxObject = {_vptr.wxObject = 0xce07d0, static ms_classInfo =
{m_className = 0x0, m_objectSize = 0,
  m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2
= 0x0, static sm_first = 0x0, m_next = 0x0,
  static sm_classTable = 0xd2b010}, m_refData = 0x0},
m_mask = 0, m_itemId = 0, m_col = 0, m_state = 0,
  m_stateMask = 0, m_text = {wxStringBase = {static npos =
18446744073709551615, m_pchData =
0x3e87d07cd8 L}, No data fields}, m_image = -1, m_data = 0,
m_format = 2, m_width = 0, m_attr = 0x0,
  static ms_classInfo = {m_className = 0x76f691d8
LwxListItem, m_objectSize = 96, m_objectConstructor =
0x76e60c40 wxListItem::wxCreateObject(), m_baseInfo1 =
0xce5de0, m_baseInfo2 = 0x0, static sm_first = 0x0,
m_next = 0x77245ae0, static sm_classTable = 0xd2b010}}
#3  0x0051741a in dlgIndex::Go(bool) ()
No symbol table info available.
#4  0x005315ef in dlgProperty::EditObjectDialog(frmMain*,
ctlSQLBox*, pgObject*) ()
No symbol table info available.
#5  0x005317e3 in propertyFactory::StartDialog(frmMain*, pgObject*) ()
No symbol table info available.
#6  0x00597550 in frmMain::OnAction(wxCommandEvent) ()
No symbol table info available.
#7  0x003e87ce6b15 in wxEvtHandler::ProcessEventIfMatches
(entry=optimized out, handler=optimized out, event=
...) at src/common/event.cpp:1239
tableId1 = optimized out
tableId2 = optimized out
#8  0x003e87ce6edf in wxEvtHandler::SearchDynamicEventTable
(this=0x1733000, event=...)
handler = optimized out
entry = optimized out
node = {m_ptr = 0x18812d0}
#9  0x003e87ce6f92 in ProcessEvent (event=..., this=0x1733000) at
src/common/event.cpp:1297
No locals.
#10 wxEvtHandler::ProcessEvent (this=0x1733000, event=...) at
src/common/event.cpp:1272
No locals.
#11 0x003e87ce6f50 in ProcessEvent (event=..., this=0x17333b0) at
src/common/event.cpp:1308
No locals.
#12 wxEvtHandler::ProcessEvent (this=0x17333b0, event=...) at
src/common/event.cpp:1272
No locals.
#13 0x76f22b49 in wxWindowBase::TryParent (this=optimized
out, event=...) at src/common/wincmn.cpp:2661
propagateOnce = {m_event = @0x7fffc580}
parent = optimized out
#14 0x003e87ce6f50 in ProcessEvent (event=..., this=0x17f2530) at
src/common/event.cpp:1308
No locals.
#15 wxEvtHandler::ProcessEvent (this=0x17f2530, event=...) at
src/common/event.cpp:1272
No locals.
#16 0x76f4c6b5 in wxScrollHelperEvtHandler::ProcessEvent
(this=0x17f2530, event=optimized out)
at src/generic/scrlwing.cpp:208
evType = 10010
processed = optimized out
#17 0x76f0334d in wxMenuBase::SendEvent (this=optimized out,
id=optimized out, checked=optimized out)
at src/common/menucmn.cpp:792
win = optimized out
menu = optimized out
event = warning: can't find linker symbol for virtual table
for `wxCommandEvent' value
{wxEvent = {wxObject = {_vptr.wxObject = 0xceadf0, static
ms_classInfo = {m_className = 0x0,
m_objectSize = 0, m_objectConstructor = 0, m_baseInfo1
= 0x0, m_baseInfo2 = 0x0, static sm_first =
 0x0, m_next = 0x0, static sm_classTable = 0xd2b010}, m_refData =
0x0}, m_eventObject = 0x1a1b890, m_eventType =
10010, m_timeStamp = 0, m_id = 1278, m_callbackUserData = 0x0,
m_propagationLevel = 2147483646, m_skipped =
false, m_isCommandEvent = true, static ms_classInfo = {m_className
= 0x3e87d0caa8 LwxEvent, m_objectSize = 64,
  m_objectConstructor = 0, m_baseInfo1 = 0xce5de0,
m_baseInfo2 = 0x0, static sm_first = 0x0, m_next =
0x3e87f57580, static sm_classTable = 0xd2b010}}, m_commandString =
{m_evt = 0x7fffc580}, m_cmdString =
{wxStringBase = {static npos = 18446744073709551615, m_pchData =
0x3e87d07cd8 L}, No data fields},
  m_commandInt = -1, m_extraLong = 0, m_clientData = 0x0,
m_clientObject = 0x0, static ms_classInfo = {
m_className = 0x76f63a70 LwxCommandEvent,
m_objectSize = 112, m_objectConstructor =
0x76e1e9b0 wxCommandEvent::wxCreateObject(), m_baseInfo1 =
0x3e87f57540, m_baseInfo2 = 0x0,
static sm_first = 0x0, m_next = 0x772446a0, static
sm_classTable = 0xd2b010}}
processed = optimized out
#18 0x76e9f2e4 in gtk_menu_clicked_callback (widget=optimized
out, menu=0x1a1b890) at 

Re: [pgadmin-hackers] pgAdmin III commit: Add the support for per-column collation feature

2011-04-26 Thread Guillaume Lelarge
Le 26/04/2011 16:57, Timon a écrit :
 this commit broke index properties dialog. pgadmin simply crashes.
 steps to reproduce:
 1. create index or use existing index
 2. open index properties dialog
 3. catch a crash
 

I have no crash while doing this. I can create and edit indexes with
PostgreSQL 9.1 and 9.0. When was the last time you did a git pull?


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Update .pot file.

2011-04-26 Thread Guillaume Lelarge
Update .pot file.

Branch
--
master

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

Modified Files
--
pgadmin3.pot | 6240 --
1 files changed, 4367 insertions(+), 1873 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2011-04-26 Thread Guillaume Lelarge
Automatic merge using stringmerge script.

Branch
--
master

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

Modified Files
--
i18n/af_ZA/pgadmin3.po | 6694 ++---
i18n/ar_SA/pgadmin3.po | 6787 +++---
i18n/bg_BG/pgadmin3.po | 6566 ++---
i18n/ca_ES/pgadmin3.po | 6472 ++---
i18n/cs_CZ/pgadmin3.po | 6571 ++---
i18n/da_DK/pgadmin3.po | 7129 +++---
i18n/de_CH/pgadmin3.po | 6546 ++---
i18n/de_DE/pgadmin3.po |23437 +-
i18n/el_GR/pgadmin3.po | 6531 ++---
i18n/es_ES/pgadmin3.po | 6494 ++---
i18n/fa_IR/pgadmin3.po |23109 +-
i18n/fi_FI/pgadmin3.po | 6458 ++---
i18n/fr_FR/pgadmin3.po |23565 +-
i18n/gl_ES/pgadmin3.po | 6499 ++---
i18n/gu_IN/pgadmin3.po | 6240 ++---
i18n/hi_IN/pgadmin3.po | 6370 ++---
i18n/hr_HR/pgadmin3.po | 7312 +++---
i18n/hu_HU/pgadmin3.po | 6565 ++---
i18n/id_ID/pgadmin3.po | 6839 +++---
i18n/is_IS/pgadmin3.po | 6240 ++---
i18n/it_IT/pgadmin3.po | 6995 +++---
i18n/ja_JP/pgadmin3.po |24655 +---
i18n/ko_KR/pgadmin3.po |37711 ++--
i18n/lt_LT/pgadmin3.po | 6578 ++---
i18n/lv_LV/pgadmin3.po | 6710 ++---
i18n/mk_MK/pgadmin3.po | 6242 ++---
i18n/nb_NO/pgadmin3.po | 6859 +++---
i18n/nl_NL/pgadmin3.po | 6552 ++---
i18n/pl_PL/pgadmin3.po |23216 +-
i18n/pt_BR/pgadmin3.po | 6760 +++---
i18n/pt_PT/pgadmin3.po | 6785 +++---
i18n/ro_RO/pgadmin3.po | 6881 +++---
i18n/ru_RU/pgadmin3.po | 6902 +++---
i18n/sk_SK/pgadmin3.po | 6535 ++---
i18n/sl_SI/pgadmin3.po | 6553 ++---
i18n/sr_RS/pgadmin3.po | 6611 ++---
i18n/sv_SE/pgadmin3.po | 6563 ++---
i18n/te_IN/pgadmin3.po | 6242 ++---
i18n/tl_PH/pgadmin3.po | 6696 ++---
i18n/tr_TR/pgadmin3.po | 7132 +++---
i18n/uk_UA/pgadmin3.po | 6244 ++---
i18n/ur_PK/pgadmin3.po | 6478 ++---
i18n/vi_VN/pgadmin3.po | 6240 ++---
i18n/zh_CN/pgadmin3.po |22876 -
i18n/zh_TW/pgadmin3.po |22807 -
45 files changed, 263928 insertions(+), 182319 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers