pgsql: Async dblink functions require a named connection, and therefore

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Async dblink functions require a named connection, and therefore
Date: 2011-06-25 23:47:22
Message-ID: E1QacZO-0005ox-Jz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Async dblink functions require a named connection, and therefore should
use DBLINK_GET_NAMED_CONN rather than DBLINK_GET_CONN.
Problem found by Peter Eisentraut and patch by Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8af3596d6bb6cfffb57161a62aa2f7f56d5ea3eb

Modified Files
--------------
contrib/dblink/dblink.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-25 23:59:04 Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Previous Message Andrew Dunstan 2011-06-25 23:44:24 Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed