]> granicus.if.org Git - postgresql/commit
pg_stop_backup was calling XLogArchiveNotify() twice for the newly created
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Jun 2006 20:43:20 +0000 (20:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Jun 2006 20:43:20 +0000 (20:43 +0000)
commit1c718dd8bffe9dcdf38b5a10991f4e1067e4821d
tree4daaba293b2ee7b2b1ba5df3b37f341e49567d4a
parent62ae14545b35798fcb51bfd0aa9b5038ad6a07ff
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.
src/backend/access/transam/xlog.c