Re: [Fwd: dblink patch - Asynchronous queries and parallel

From: Joe Conway <mail(at)joeconway(dot)com>
To:
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, Kai Londenberg <K(dot)Londenberg(at)librics(dot)de>
Subject: Re: [Fwd: dblink patch - Asynchronous queries and parallel
Date: 2006-09-02 21:12:07
Message-ID: 44F9F3A7.70904@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-09-02 21:16:23 Re: Concurrent connections in psql patch
Previous Message Bruce Momjian 2006-09-02 20:55:19 Re: [HACKERS] extension for sql update