replication slot’s wal_status reserved vs extended
When queried using
SELECT * FROM pg_replication_slots ;
There’s one more column as was_status which has can be mainly either reserved vs extended.
what is the main difference?
will one has higher precedence to provide reliability ?