Re: [Fwd: dblink patch - Asynchronous queries and parallel - Mailing list pgsql-patches

From Joe Conway
Subject Re: [Fwd: dblink patch - Asynchronous queries and parallel
Date
Msg-id 44F9F3A7.70904@joeconway.com
Whole thread Raw
In response to Re: [Fwd: dblink patch - Asynchronous queries and parallel  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway wrote:
> Sorry for the delay. I've done some rework to the original code sent by
> Kai, mainly to reduce duplication with the existing synchronous case,
> and to better fit with the existing docs, regression script, etc. I also
> changed the return type of dblink_get_connections() to text[], and added
> dblink_error_message().
>
> If it isn't already too late, and there are no objections, I'd like to
> commit this in the next day or so.

Patch applied.

Joe

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] extension for sql update
Next
From: Bruce Momjian
Date:
Subject: Re: Concurrent connections in psql patch