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

Function PQescapeIdentifier

src/interfaces/libpq/fe-exec.c:4180–4184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4178}
4179
4180char *
4181PQescapeIdentifier(PGconn *conn, const char *str, size_t len)
4182{
4183 return PQescapeInternal(conn, str, len, true);
4184}
4185
4186/* HEX encoding support for bytea */
4187static const char hextbl[] = "0123456789abcdef";

Callers 7

vacuumloFunction · 0.85
escape_identifierFunction · 0.85
psql_get_variableFunction · 0.85
mainFunction · 0.85
initCreateTablesFunction · 0.85
initCreatePKeysFunction · 0.85

Calls 1

PQescapeInternalFunction · 0.85

Tested by 1

escape_identifierFunction · 0.68