Fix documentation of pg_start_backup and pg_stop_backup functions. This commit adds the description that "non-exclusive" pg_start_backup and pg_stop_backup can be executed even during recovery. Previously it was wrongly documented that those functions are not allowed to be executed during recovery.
Back-patch to 9.6 where non-exclusive backup API was added. Discussion: https://postgr.es/m/cahgqgweuayrex7yhmf2mcrtk81hdkkg-jqsouh8zw6+zyc5...@mail.gmail.com Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/5241f689995dd2bbd39c26c6fa150ca47e2f3601 Modified Files -------------- doc/src/sgml/func.sgml | 2 ++ 1 file changed, 2 insertions(+)