Postgresql – How does Postgres know which logs have been archived

archivepostgresqlpostgresql-9.2rdbms

I'm asking this because Postgres was hard-stopped yesterday, and I fear that there could be partial / corrupt data in one of my archived log segments. I'd like to simply delete the logs from my slave server and just have Postgres start again from the beginning (there are only about 90 segments, so it won't take long), but I'm not sure what to do, to get Postgres to do this.

Best Answer

On master there is archive_status directory in pg_xlog which contains files that mark status of archiving of xlogs.