pgsql: Adjust documentation for syncfs().

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust documentation for syncfs().
Date: 2024-03-27 15:24:16
Message-ID: E1rpV8S-005wq7-8p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44a4cca9913bae8557c31207adb97b94e6e60603

Modified Files
--------------
doc/src/sgml/config.sgml | 12 +++++++++---
doc/src/sgml/filelist.sgml | 1 -
doc/src/sgml/postgres.sgml | 1 -
doc/src/sgml/ref/initdb.sgml | 4 ++--
doc/src/sgml/ref/pg_basebackup.sgml | 4 ++--
doc/src/sgml/ref/pg_checksums.sgml | 4 ++--
doc/src/sgml/ref/pg_combinebackup.sgml | 4 ++--
doc/src/sgml/ref/pg_dump.sgml | 5 +++--
doc/src/sgml/ref/pg_rewind.sgml | 4 ++--
doc/src/sgml/ref/pgupgrade.sgml | 4 ++--
doc/src/sgml/syncfs.sgml | 36 ----------------------------------
11 files changed, 24 insertions(+), 55 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-27 15:25:16 Re: pgsql: Allow using syncfs() in frontend utilities.
Previous Message Nathan Bossart 2024-03-27 15:05:57 Re: pgsql: Track last_inactive_time in pg_replication_slots.