On Tue, Jan 17, 2017 at 11:42 PM, Fujii Masao <[email protected]> wrote: > With the patch, what happens if pg_stop_backup exits with an error > after removing backup_label file before resetting the backup state > to none?
Removing the backup_label file is the last error that can happen during the time the callback is set. And the counter is reset immediately after. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
