Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7a9347

Browse files
committed
Fix comment.
Reference to getThreadLocalPQExpBuffer here seems inappropriate, sincewe aren't necessarily using that instantiation of getLocalPQExpBuffer.
1 parent9b7bfc3 commitb7a9347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fe_utils/string_utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ fmtId(const char *rawid)
143143
*
144144
* Like fmtId, use the result before calling again.
145145
*
146-
* Since we call fmtId and it also usesgetThreadLocalPQExpBuffer() we cannot
147-
* useit until we're finished with calling fmtId().
146+
* Since we call fmtId and it also usesgetLocalPQExpBuffer() we cannot
147+
* usethat buffer until we're finished with calling fmtId().
148148
*/
149149
constchar*
150150
fmtQualifiedId(intremoteVersion,constchar*schema,constchar*id)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp