pg_stop_backup was calling XLogArchiveNotify() twice for the newly created
authorTom Lane
Thu, 22 Jun 2006 20:42:57 +0000 (20:42 +0000)
committerTom Lane
Thu, 22 Jun 2006 20:42:57 +0000 (20:42 +0000)
commit3a04f53e7f850a18388256abb0ba03416e6e67c4
treef78a62041b5879067a3c8f700f8effe28b7641ed
parent39bed3b388b7c0e3c9f9218629f23ccc31c47815
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