From eb544d7fd966ce8718573ffeb17dfe6d0952e642 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 27 Oct 2023 21:11:48 -0400 Subject: [PATCH] doc: improve config syncfs wording Reported-by: Eric Mutta Discussion: https://postgr.es/m/166126549332.651.12934187158820082671@wrigleys.postgresql.org Backpatch-through: master --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4047eefc648..985cabfc0b3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -10554,7 +10554,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' On Linux, syncfs may be used instead, to ask the - operating system to synchronize the whole file systems that contain the + operating system to synchronize the file systems that contain the data directory, the WAL files and each tablespace (but not any other file systems that may be reachable through symbolic links). See for more information about using -- 2.39.5