Fix comment.

Reference to getThreadLocalPQExpBuffer here seems inappropriate, since
we aren't necessarily using that instantiation of getLocalPQExpBuffer.
This commit is contained in:
Tom Lane 2016-05-15 17:04:01 -04:00
parent 9b7bfc3a88
commit b7a9347c11

View File

@ -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)