Fix comment.
Reference to getThreadLocalPQExpBuffer here seems inappropriate, since we aren't necessarily using that instantiation of getLocalPQExpBuffer.
This commit is contained in:
parent
9b7bfc3a88
commit
b7a9347c11
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user