| 1166 | } |
| 1167 | |
| 1168 | static bool |
| 1169 | hide_compression_hook(const char *newval) |
| 1170 | { |
| 1171 | return ParseVariableBool(newval, "HIDE_TOAST_COMPRESSION", |
| 1172 | &pset.hide_compression); |
| 1173 | } |
| 1174 | |
| 1175 | static bool |
| 1176 | hide_tableam_hook(const char *newval) |
nothing calls this directly
no test coverage detected