pgsql: Document BaseBackupSync and BaseBackupWrite wait events. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Document BaseBackupSync and BaseBackupWrite wait events.
Date
Msg-id E1pmcQc-002iuQ-Rb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document BaseBackupSync and BaseBackupWrite wait events.

Commit 3500ccc39b0dadd1068a03938e4b8ff562587ccc should have done
this, but I overlooked it.

Per complaint from Thomas Munro.

Discussion: http://postgr.es/m/CA+hUKGJixAHc860Ej9Qzd_z96Z6aoajAgJ18bYfV3Lfn6t9=+Q@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/749320cdc3fd747b9238d4e67a7521973c03fa27

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix parallel-safety marking when moving initplans to another nod
Next
From: Robert Haas
Date:
Subject: pgsql: basebackup_to_shell: Check for a NULL return from OpenPipeStream