Function pgGetShmemAllocations

  • Returns Setof<
        {
            from: {
                allocated_size: Int8<0 | 1>;
                name: Text<0 | 1>;
                off: Int8<0 | 1>;
                size: Int8<0 | 1>;
            };
        },
    >