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

Function _unicode_linestyle2string

src/bin/psql/command.c:4131–4144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4129}
4130
4131static const char *
4132_unicode_linestyle2string(int linestyle)
4133{
4134 switch (linestyle)
4135 {
4136 case UNICODE_LINESTYLE_SINGLE:
4137 return "single";
4138 break;
4139 case UNICODE_LINESTYLE_DOUBLE:
4140 return "double";
4141 break;
4142 }
4143 return "unknown";
4144}
4145
4146/*
4147 * do_pset

Callers 2

printPsetInfoFunction · 0.85
pset_value_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected