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 acbffaa commit 268da29Copy full SHA for 268da29
contrib/dblink/dblink.c
@@ -2022,7 +2022,7 @@ getConnectionByName(const char *name)
2022
remoteConnHash = createConnHash();
2023
2024
key = pstrdup(name);
2025
- truncate_identifier(key, strlen(key), true);
+ truncate_identifier(key, strlen(key), false);
2026
hentry = (remoteConnHashEnt *) hash_search(remoteConnHash,
2027
key, HASH_FIND, NULL);
2028
@@ -2083,7 +2083,7 @@ deleteConnection(const char *name)
2083
2084
2085
2086
2087
2088
key, HASH_REMOVE, &found);
2089
0 commit comments