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)
commit244889c15ca67655f8b453d3d817e7965e1381f8
tree231ceb164a6f92e7f5bc485099a78b0af9f3f768
parent06b58974c2bc447d01b8f53d824b2cf392f06b10
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