Skip to content
Snippets Groups Projects
Commit fe2bfa63 authored by Tom Lane's avatar Tom Lane
Browse files

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
parent 5a5f34e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment