mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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.
|
||||
*
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user