Function pgStatGetRecoveryPrefetch

  • Returns Setof<
        {
            from: {
                block_distance: Int4<0 | 1>;
                hit: Int8<0 | 1>;
                io_depth: Int4<0 | 1>;
                prefetch: Int8<0 | 1>;
                skip_fpw: Int8<0 | 1>;
                skip_init: Int8<0 | 1>;
                skip_new: Int8<0 | 1>;
                skip_rep: Int8<0 | 1>;
                stats_reset: Timestamptz<0 | 1>;
                wal_distance: Int4<0 | 1>;
            };
        },
    >