Fix backup canceling
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 24 Mar 2017 10:53:40 +0000 (13:53 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 24 Mar 2017 10:53:40 +0000 (13:53 +0300)
commit78874531baf99769468dedfff19aa7e2068bc5e5
treeab0fc9106324635b142052430035f6dc4de0d576
parent457a4448732881b5008f7a3bcca76fc299075ac3
Fix backup canceling

Assert-enabled build crashes but without asserts it works by wrong way:
it may not reset forcing full page write and preventing from starting
exclusive backup with the same name as cancelled.
Patch replaces pair of booleans
nonexclusive_backup_running/exclusive_backup_running to single enum to
correctly describe backup state.

Backpatch to 9.6 where bug was introduced

Reported-by: David Steele
Authors: Michael Paquier, David Steele
Reviewed-by: Anastasia Lubennikova
https://commitfest.postgresql.org/13/1068/
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogfuncs.c
src/include/access/xlog.h