]> granicus.if.org Git - postgresql/commit
This makes dblink pass its installcheck test on platforms where
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Oct 2004 22:31:11 +0000 (22:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Oct 2004 22:31:11 +0000 (22:31 +0000)
commitfe2bfa6332519ba45719f3b313cac4ecb6d43c2e
treecb7314d740c365a48a50dfea535ae76e6452beec
parent5a5f34e0220c6eb74a0afbad95fde682a009484d
This makes dblink pass its installcheck test on platforms where
snprintf(data, len, %s, NULL) crash.

The code was trying to find a connection by name when it already had an
unnamed connection and did not have a name to search with.

Kris Jurka
contrib/dblink/dblink.c