Hello
Does postgres have a way of removing wal files stored in archive directory?
Or do I have to manually clean up this directory?
The directory im talking about is the one on master server configured as
archive_command= cp %p /replication/archive/%f
regards