diff options
author | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/backend/access/transam/xlog.c | |
parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
download | postgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.tar.gz postgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.zip |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 34a2c71812d..c3fd9c1eaed 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -8507,7 +8507,7 @@ xlog_redo(XLogReaderState *record) /* * Return the extra open flags used for opening a file, depending on the - * value of the GUCs wal_sync_method, fsync and io_direct. + * value of the GUCs wal_sync_method, fsync and debug_io_direct. */ static int get_sync_bit(int method) |