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 9b7bfc3 commit b7a9347Copy full SHA for b7a9347
src/fe_utils/string_utils.c
@@ -143,8 +143,8 @@ fmtId(const char *rawid)
143
*
144
* Like fmtId, use the result before calling again.
145
146
- * Since we call fmtId and it also uses getThreadLocalPQExpBuffer() we cannot
147
- * use it until we're finished with calling fmtId().
+ * Since we call fmtId and it also uses getLocalPQExpBuffer() we cannot
+ * use that buffer until we're finished with calling fmtId().
148
*/
149
const char *
150
fmtQualifiedId(int remoteVersion, const char *schema, const char *id)
0 commit comments