Are pg_current_wal_XXX, pg_walfile_XXX, pg_switch_wal and pg_wal_lsn_diff misplaced in docs? - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Are pg_current_wal_XXX, pg_walfile_XXX, pg_switch_wal and pg_wal_lsn_diff misplaced in docs?
Date
Msg-id CALj2ACVPBJYE=_Ufb9=fNKTPAhEAe0WkBPs4q90c5JhCpnoq1g@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,

I think the WAL related functions [1] are misplaced under the "Backup
Control Functions" category in the docs [2]. IMO, they aren't true
backup control functions anymore and must be under a separate category
like "WAL Utility Functions" or some other.

Thoughts?

[1] pg_current_wal_flush_lsn, pg_current_wal_insert_lsn,
pg_current_wal_lsn, pg_walfile_name, pg_walfile_name_offset,
pg_switch_wal, pg_wal_lsn_diff
[2] https://www.postgresql.org/docs/devel/functions-admin.html

Regards,
Bharath Rupireddy.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: should vacuum's first heap pass be read-only?
Next
From: Tom Lane
Date:
Subject: Re: Remove error message hints mentioning configure options