Adjust documentation for syncfs().
Nathan Bossart <nathan@postgresql.org>
Adjust documentation for syncfs(). Commit 8c16ad3b43 created a new appendix for syncfs(), which is excessive for such a small amount of content. This commit moves the description of the caveats to be aware of when using syncfs() back to the documentation for recovery_init_sync_method. The documentation for the other utilities with syncfs() support now directs readers to recovery_init_sync_method for information about these caveats. Reported-by: Peter Eisentraut, Robert Haas Suggested-by: Robert Haas Reviewed-by: Robert Haas Discussion: https://postgr.es/m/42804669-7063-1320-ed37-3226d5f1067d%40eisentraut.org Discussion: https://postgr.es/m/CA%2BTgmobUiqKr%2BZMCLc5Qap-sXBnjfGUU%2BZBmzYEjUuWyjsGr1g%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +9 −3 |
| doc/src/sgml/filelist.sgml | modified | +0 −1 |
| doc/src/sgml/postgres.sgml | modified | +0 −1 |
| doc/src/sgml/ref/initdb.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_checksums.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_combinebackup.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +3 −2 |
| doc/src/sgml/ref/pg_rewind.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pgupgrade.sgml | modified | +2 −2 |
| doc/src/sgml/syncfs.sgml | deleted | +0 −36 |
Documentation touched
Discussion
- should frontend tools use syncfs() ? 50 messages · 2021-09-30 → 2023-10-13
- pgsql: Allow using syncfs() in frontend utilities. 9 messages · 2023-09-06 → 2024-03-27