Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ pstrdup
Function
pstrdup
src/common/fe_memutils.c:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
char *
140
pstrdup(const char *in)
141
{
142
return pg_strdup(in);
143
}
144
145
char *
146
pnstrdup(const char *in, Size size)
Callers
15
generateGPSegConfigKey
Function · 0.70
parse_scalar
Function · 0.70
parse_object_field
Function · 0.70
pgfnames
Function · 0.70
BuildRestoreCommand
Function · 0.70
wait_result_to_str
Function · 0.70
GetDatabasePath
Function · 0.70
replaceStringInfoString
Function · 0.70
get_configdata
Function · 0.70
kmgr_run_cluster_key_command
Function · 0.70
appendLimitClause
Function · 0.50
ExtractExtensionList
Function · 0.50
Calls
1
pg_strdup
Function · 0.85
Tested by
5
plsample_func_handler
Function · 0.40
test_rls_hooks_permissive
Function · 0.40
test_rls_hooks_restrictive
Function · 0.40
testprs_lextype
Function · 0.40
worker_spi_main
Function · 0.40