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 2d1e426 commit d3c1265Copy full SHA for d3c1265
contrib/dblink/dblink.c
@@ -2089,7 +2089,7 @@ getConnectionByName(const char *name)
2089
remoteConnHash = createConnHash();
2090
2091
key = pstrdup(name);
2092
- truncate_identifier(key, strlen(key), true);
+ truncate_identifier(key, strlen(key), false);
2093
hentry = (remoteConnHashEnt *) hash_search(remoteConnHash,
2094
key, HASH_FIND, NULL);
2095
@@ -2150,7 +2150,7 @@ deleteConnection(const char *name)
2150
2151
2152
2153
2154
2155
key, HASH_REMOVE, &found);
2156
0 commit comments