aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils/string_utils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-05-15 17:04:01 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-05-15 17:04:01 -0400
commitb7a9347c11e19918a34b127a096061bfb002fcb5 (patch)
tree7115b1083480ab012587efc92e4bb67d3a69dc5e /src/fe_utils/string_utils.c
parent9b7bfc3a88ef7b374444205c14db76dae6b35b56 (diff)
downloadpostgresql-b7a9347c11e19918a34b127a096061bfb002fcb5.tar.gz
postgresql-b7a9347c11e19918a34b127a096061bfb002fcb5.zip
Fix comment.
Reference to getThreadLocalPQExpBuffer here seems inappropriate, since we aren't necessarily using that instantiation of getLocalPQExpBuffer.
Diffstat (limited to 'src/fe_utils/string_utils.c')
-rw-r--r--src/fe_utils/string_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe_utils/string_utils.c b/src/fe_utils/string_utils.c
index aeef12c3df6..04943a99aa1 100644
--- a/src/fe_utils/string_utils.c
+++ b/src/fe_utils/string_utils.c
@@ -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)