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

Function hide_compression_hook

src/bin/psql/startup.c:1168–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168static bool
1169hide_compression_hook(const char *newval)
1170{
1171 return ParseVariableBool(newval, "HIDE_TOAST_COMPRESSION",
1172 &pset.hide_compression);
1173}
1174
1175static bool
1176hide_tableam_hook(const char *newval)

Callers

nothing calls this directly

Calls 1

ParseVariableBoolFunction · 0.85

Tested by

no test coverage detected