Commit b7a9347c authored by Tom Lane's avatar Tom Lane

Fix comment.

Reference to getThreadLocalPQExpBuffer here seems inappropriate, since
we aren't necessarily using that instantiation of getLocalPQExpBuffer.
parent 9b7bfc3a
...@@ -143,8 +143,8 @@ fmtId(const char *rawid) ...@@ -143,8 +143,8 @@ fmtId(const char *rawid)
* *
* Like fmtId, use the result before calling again. * Like fmtId, use the result before calling again.
* *
* Since we call fmtId and it also uses getThreadLocalPQExpBuffer() we cannot * Since we call fmtId and it also uses getLocalPQExpBuffer() we cannot
* use it until we're finished with calling fmtId(). * use that buffer until we're finished with calling fmtId().
*/ */
const char * const char *
fmtQualifiedId(int remoteVersion, const char *schema, const char *id) fmtQualifiedId(int remoteVersion, const char *schema, const char *id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment