8000
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 fab2af3 commit ec66f65Copy full SHA for ec66f65
contrib/dblink/dblink.c
@@ -2145,7 +2145,7 @@ getConnectionByName(const char *name)
2145
remoteConnHash = createConnHash();
2146
2147
key = pstrdup(name);
2148
- truncate_identifier(key, strlen(key), true);
+ truncate_identifier(key, strlen(key), false);
2149
hentry = (remoteConnHashEnt *) hash_search(remoteConnHash,
2150
key, HASH_FIND, NULL);
2151
@@ -2206,7 +2206,7 @@ deleteConnection(const char *name)
2206
2207
2208
2209
2210
2211
key, HASH_REMOVE, &found);
2212
0 commit comments