Re: pgsql: pg_stop_backup was callingXLogArchiveNotify() twice for the - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: pg_stop_backup was callingXLogArchiveNotify() twice for the
Date
Msg-id 1163543316.27956.120.camel@silverbirch.site
Whole thread Raw
In response to pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: pg_stop_backup was
List pgsql-committers
On Thu, 2006-06-22 at 17:43 -0300, Tom Lane wrote:
> 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.
>
> Tags:
> ----
> REL8_1_STABLE
>
> Modified Files:
> --------------
>     pgsql/src/backend/access/transam:
>         xlog.c (r1.222.2.3 -> r1.222.2.4)
>
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.222.2.3&r2=1.222.2.4)


This doesn't seem to be mentioned in the 8.1.5 release notes, so people
would not be aware they should upgrade to fix this.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for case identifiers.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: pg_stop_backup was