Function pgGetBackendMemoryContexts

  • Returns FromItem<
        {
            free_bytes: Int8<0 | 1>;
            free_chunks: Int8<0 | 1>;
            ident: Text<0 | 1>;
            level: Int4<0 | 1>;
            name: Text<0 | 1>;
            parent: Text<0 | 1>;
            total_bytes: Int8<0 | 1>;
            total_nblocks: Int8<0 | 1>;
            used_bytes: Int8<0 | 1>;
        },
    >