]> granicus.if.org Git - postgresql/commit
Async dblink functions require a named connection, and therefore should
authorJoe Conway <mail@joeconway.com>
Sat, 25 Jun 2011 22:40:49 +0000 (15:40 -0700)
committerJoe Conway <mail@joeconway.com>
Sat, 25 Jun 2011 22:40:49 +0000 (15:40 -0700)
commite4fb58f894b75829f9475aac6991002c785de4c0
treebfb781319f9f6f5846b6691c01d278c13266c338
parentea41b8c822df5a2e4862c76d72937df9b62f1a99
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