Function pgStatGetWalSenders

  • Returns Setof<
        {
            from: {
                flush_lag: Interval<0 | 1>;
                flush_lsn: PgLsn<0 | 1>;
                pid: Int4<0 | 1>;
                replay_lag: Interval<0 | 1>;
                replay_lsn: PgLsn<0 | 1>;
                reply_time: Timestamptz<0 | 1>;
                sent_lsn: PgLsn<0 | 1>;
                state: Text<0 | 1>;
                sync_priority: Int4<0 | 1>;
                sync_state: Text<0 | 1>;
                write_lag: Interval<0 | 1>;
                write_lsn: PgLsn<0 | 1>;
            };
        },
    >