pgsql: doc: Fix typo in section "WAL configuration"

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix typo in section "WAL configuration"
Date: 2025-02-20 05:25:18
Message-ID: E1tkz3n-000FuS-2n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix typo in section "WAL configuration"

pg_stat_io has an attribute named fsync_time, not sync_time.

Oversight in 2f70871c2bc1.

Discussion: https://postgr.es/m/Z7RkQ0EfYaqqjgz/@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f11674f8dfe811390dfeaf6f3c3a554dbeb790e1

Modified Files
--------------
doc/src/sgml/wal.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-02-20 06:07:23 pgsql: Include schema/table publications even with exclude options in d
Previous Message Michael Paquier 2025-02-20 05:20:14 pgsql: doc: Add details about object "wal" in pg_stat_io