Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ pset_bool_string
Function
pset_bool_string
src/bin/psql/command.c:4741–4745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4739
}
4740
4741
static const char *
4742
pset_bool_string(bool val)
4743
{
4744
return val ?
"on"
:
"off"
;
4745
}
4746
4747
4748
static char *
Callers
1
pset_value_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected