pub const CATALOG_FILE_NAME: &str = "catalog.json";Expand description
Name of the file that holds the serialized system catalog.
The catalog file is the source of truth for DDL (schema changes survive restarts via this file); WAL records only carry DML.