We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efc09 commit 317a568Copy full SHA for 317a568
contrib/dblink/dblink.c
@@ -2109,7 +2109,7 @@ getConnectionByName(const char *name)
2109
remoteConnHash = createConnHash();
2110
2111
key = pstrdup(name);
2112
- truncate_identifier(key, strlen(key), true);
+ truncate_identifier(key, strlen(key), false);
2113
hentry = (remoteConnHashEnt *) hash_search(remoteConnHash,
2114
key, HASH_FIND, NULL);
2115
@@ -2170,7 +2170,7 @@ deleteConnection(const char *name)
2170
2171
2172
2173
2174
2175
key, HASH_REMOVE, &found);
2176
0 commit comments