View Single Post

   
  #4 (permalink)  
Old 04-17-2008, 05:28 PM
Andreas Pflug
 
Posts: n/a
Default Re: pgAdmin3 svn 4409 on Debian - segfault

Tomasz Rybak wrote:
> Dnia 21-08-2005, nie o godzinie 17:26 +0000, Andreas Pflug napisał(a):
>


>
> actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list)
> {
> + if (list){
> id = list->GetCount()+MNU_ACTION -1;
> + } else {
> + id = 0;
> + }


Yes, this fix is correct; the initial tooltipFactory is called with no
menuFactoryList present, thanks for reporting.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote