Re: [HACKERS] PostgreSQL FDW update

2011-02-25 Thread Robert Haas
On Thu, Feb 24, 2011 at 9:06 AM, Robert Haas wrote: > On Thu, Feb 24, 2011 at 8:13 AM, Shigeru HANADA > wrote: >> >> On Wed, 23 Feb 2011 20:30:05 +0900 >> Shigeru HANADA wrote: >> >>> >>> On Tue, 22 Feb 2011 11:33:25 -0500 >>> Robert Haas wrote: >>> > Is anyone actually working on a new version

Re: [HACKERS] PostgreSQL FDW update

2011-02-24 Thread Robert Haas
On Thu, Feb 24, 2011 at 8:13 AM, Shigeru HANADA wrote: > > On Wed, 23 Feb 2011 20:30:05 +0900 > Shigeru HANADA wrote: > >> >> On Tue, 22 Feb 2011 11:33:25 -0500 >> Robert Haas wrote: >> > Is anyone actually working on a new version of this patch sufficiently >> > rapidly that we can expect a new

Re: [HACKERS] PostgreSQL FDW update

2011-02-23 Thread Shigeru HANADA
On Tue, 22 Feb 2011 11:33:25 -0500 Robert Haas wrote: > Is anyone actually working on a new version of this patch sufficiently > rapidly that we can expect a new version in the next day or two? > > If not, I think we mark this one Returned with Feedback and revisit it for > 9.2. I'm working on

Re: [HACKERS] PostgreSQL FDW update

2011-02-22 Thread Robert Haas
On Mon, Feb 21, 2011 at 10:31 AM, Tom Lane wrote: > Heikki Linnakangas writes: >> I needed something to test the FDW API patch with, and didn't want to >> get involved in the COPY API changes, and also wanted to have something >> that needs real connection management and can push down quals. So I

Re: [HACKERS] PostgreSQL FDW update

2011-02-21 Thread Tom Lane
Heikki Linnakangas writes: > I needed something to test the FDW API patch with, and didn't want to > get involved in the COPY API changes, and also wanted to have something > that needs real connection management and can push down quals. So I > updated the postgresql_fdw patch to work with the

Re: [HACKERS] PostgreSQL FDW update

2011-02-10 Thread Robert Haas
On Tue, Feb 8, 2011 at 3:52 AM, Heikki Linnakangas wrote: > I needed something to test the FDW API patch with, and didn't want to get > involved in the COPY API changes, and also wanted to have something that > needs real connection management and can push down quals. So I updated the > postgresql