pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the
Date: 2006-06-22 20:42:58
Message-ID: 20060622204258.0E70C9FA5BA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pg_stop_backup was calling XLogArchiveNotify() twice for the newly created
backup history file. Bug introduced by the 8.1 change to make pg_stop_backup
delete older history files. Per report from Masao Fujii.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.240 -> r1.241)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.240&r2=1.241)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-22 20:43:21 pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the
Previous Message Tom Lane 2006-06-22 14:36:12 pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou.