On Thu, Mar 23, 2023 at 2:50 PM Thomas Munro <thomas.mu...@gmail.com> wrote: > In rem: commit 3500ccc3, > > for X in ` grep -E '^[^*]+event_name = "' > src/backend/utils/activity/wait_event.c | > sed 's/^.* = "//;s/";$//;/unknown/d' ` > do > if ! git grep "$X" doc/src/sgml/monitoring.sgml > /dev/null > then > echo "$X is not documented" > fi > done > > BaseBackupSync is not documented > BaseBackupWrite is not documented
[Resending with trimmed CC: list, because the mailing list told me to due to a blocked account, sorry if you already got the above.]