Skip to content
Snippets Groups Projects
Commit b7a9347c authored by Tom Lane's avatar Tom Lane
Browse files

Fix comment.

Reference to getThreadLocalPQExpBuffer here seems inappropriate, since
we aren't necessarily using that instantiation of getLocalPQExpBuffer.
parent 9b7bfc3a
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,8 @@ fmtId(const char *rawid)
*
* Like fmtId, use the result before calling again.
*
* Since we call fmtId and it also uses getThreadLocalPQExpBuffer() we cannot
* 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().
*/
const char *
fmtQualifiedId(int remoteVersion, const char *schema, const char *id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment