Function pgStatGetWalReceiver

  • Returns Record<
        0
        | 1,
        {
            conninfo: Text<0 | 1>;
            flushed_lsn: PgLsn<0 | 1>;
            last_msg_receipt_time: Timestamptz<0 | 1>;
            last_msg_send_time: Timestamptz<0 | 1>;
            latest_end_lsn: PgLsn<0 | 1>;
            latest_end_time: Timestamptz<0 | 1>;
            pid: Int4<0 | 1>;
            receive_start_lsn: PgLsn<0 | 1>;
            receive_start_tli: Int4<0 | 1>;
            received_tli: Int4<0 | 1>;
            sender_host: Text<0 | 1>;
            sender_port: Int4<0 | 1>;
            slot_name: Text<0 | 1>;
            status: Text<0 | 1>;
            written_lsn: PgLsn<0 | 1>;
        },
    >