Skip to content

Commit b7a9347

Browse files
committed
Fix comment.
Reference to getThreadLocalPQExpBuffer here seems inappropriate, since we aren't necessarily using that instantiation of getLocalPQExpBuffer.
1 parent 9b7bfc3 commit b7a9347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fe_utils/string_utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ fmtId(const char *rawid)
143143
*
144144
* Like fmtId, use the result before calling again.
145145
*
146-
* Since we call fmtId and it also uses getThreadLocalPQExpBuffer() we cannot
147-
* use it until we're finished with calling fmtId().
146+
* Since we call fmtId and it also uses getLocalPQExpBuffer() we cannot
147+
* use that buffer until we're finished with calling fmtId().
148148
*/
149149
const char *
150150
fmtQualifiedId(int remoteVersion, const char *schema, const char *id)

0 commit comments

Comments
 (0)