pgsql: Fix pg_resetxlog to remove archive status files along with WAL

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_resetxlog to remove archive status files along with WAL
Date: 2009-05-03 23:13:37
Message-ID: 20090503231337.AFD7475407B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_resetxlog to remove archive status files along with WAL segment files.

Fujii Masao

Modified Files:
--------------
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.72 -> r1.73)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.72&r2=1.73)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-05-03 23:13:44 pgsql: Fix pg_resetxlog to remove archive status files along with WAL
Previous Message User Bmomjian 2009-05-03 22:40:55 pg-migrator - src: More variable renaming.