Foreign Table without options - Mailing list pgadmin-hackers

From Jasmin Dizdarevic
Subject Foreign Table without options
Date
Msg-id BANLkTinT8Ag75GbsHX5s3kePrgbdPt-VLQ@mail.gmail.com
Whole thread Raw
Responses Fwd: Foreign Table without options  (Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>)
Re: Foreign Table without options  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
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

pgadmin-hackers by date:

Previous
From: Jasmin Dizdarevic
Date:
Subject: Re: Discussion - Search Objects
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Only enable the fill factor text box when