Kris Jurka <[EMAIL PROTECTED]> writes:
> This makes dblink pass its installcheck test on platforms where
> snprintf(data, len, "%s", NULL) crash.
Good catch! Applied.
regards, tom lane
---(end of broadcast)---
TIP 2: you c
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 JurkaIndex: contrib/dblink/dblink.c
===