Re: Minor correction in the doc for non-exclusive pg_start_backup and pg_stop_backup

2019-04-18 Thread Michael Paquier
On Fri, Apr 19, 2019 at 12:38:23AM +0900, Fujii Masao wrote: > Regarding backup control functions, the func.sgml describes as above. > But non-exclusive pg_start_backup and pg_stop_backup can also be > executed during recovery, and which should be described in the doc. > So I think that the attache

Regression test order

2019-04-18 Thread Bruce Momjian
In our documentation, we list the ICU test first, but reference the non-ICU test first in the paragraph below it. This patch makes the docs consistent. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I.

Minor correction in the doc for non-exclusive pg_start_backup and pg_stop_backup

2019-04-18 Thread Fujii Masao
Hi, > These functions cannot be executed during recovery (except > pg_is_in_backup, > pg_backup_start_time > and pg_wal_lsn_diff). Regarding backup control functions, the func.sgml describes as above. But non-exclusive pg_start_backup and pg_stop_backup can also be executed during re