MCPcopy 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
4741static const char *
4742pset_bool_string(bool val)
4743{
4744 return val ? "on" : "off";
4745}
4746
4747
4748static char *

Callers 1

pset_value_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected