Re: Foreign Table without options - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: Foreign Table without options
Date
Msg-id 1308253074.2036.0.camel@laptop
Whole thread Raw
In response to Foreign Table without options  (Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>)
List pgadmin-hackers
On Thu, 2011-06-16 at 01:52 +0200, Jasmin Dizdarevic wrote:
> There is a Problem in "void pgForeignTable::iSetOptions(const wxString
> &tmpoptions)" when tmpoptions is empty (no options specified during
> creation of FT) we're running into an infinite loop.
> I would like to provide a patch, but currently I've some troubles with
> my local branches ;)
> Could somebody add
> if(tmpoptions == wxT(""))
> return;
> on top of the method.
>
>
> Tested with 1.14 Beta 2
>

Thanks, this bug is now fixed.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix infinite loop when decoding options
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix validate constraint with PostgreSQL < 9.1