MCPcopy Create free account
hub / github.com/apache/cloudberry / appendPQExpBufferStr

Function appendPQExpBufferStr

src/interfaces/libpq/pqexpbuffer.c:375–379  ·  view source on GitHub ↗

* appendPQExpBufferStr * Append the given string to a PQExpBuffer, allocating more space * if necessary. */

Source from the content-addressed store, hash-verified

373 * if necessary.
374 */
375void
376appendPQExpBufferStr(PQExpBuffer str, const char *data)
377{
378 appendBinaryPQExpBuffer(str, data, strlen(data));
379}
380
381/*
382 * appendPQExpBufferChar

Callers 15

fmtIdEncFunction · 0.85
fmtQualifiedIdEncFunction · 0.85
appendStringLiteralDQFunction · 0.85
appendShellStringNoErrorFunction · 0.85
appendConnStrValFunction · 0.85
appendPsqlMetaConnectFunction · 0.85
appendReloptionsArrayFunction · 0.85
processSQLNamePatternFunction · 0.85
patternToSQLRegexFunction · 0.85
GenerateRecoveryConfigFunction · 0.85
mainFunction · 0.85
escape_literalFunction · 0.85

Calls 1

appendBinaryPQExpBufferFunction · 0.85

Tested by 7

mainFunction · 0.68
escape_literalFunction · 0.68
escape_identifierFunction · 0.68
escape_replaceFunction · 0.68
escape_fmt_idFunction · 0.68
escapifyFunction · 0.68
test_one_vector_escapeFunction · 0.68