Function pgControlRecovery

  • Returns Record<
        0
        | 1,
        {
            backup_end_lsn: PgLsn<0 | 1>;
            backup_start_lsn: PgLsn<0 | 1>;
            end_of_backup_record_required: Bool<0 | 1>;
            min_recovery_end_lsn: PgLsn<0 | 1>;
            min_recovery_end_timeline: Int4<0 | 1>;
        },
    >