Async dblink functions require a named connection, and therefore should
authorJoe Conway <mail@joeconway.com>
Sat, 25 Jun 2011 22:58:07 +0000 (15:58 -0700)
committerJoe Conway <mail@joeconway.com>
Sat, 25 Jun 2011 22:58:07 +0000 (15:58 -0700)
commit8af3596d6bb6cfffb57161a62aa2f7f56d5ea3eb
treed5ade101d7276ad32aa69378964ba92350813991
parenteb03cff8208aa959aabb91aaac0e21fc88966409
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.
contrib/dblink/dblink.c