1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Fix an assortment of typos

Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
David Rowley
2024-05-04 02:33:25 +12:00
parent 4a044b9497
commit a42fc1c903
25 changed files with 25 additions and 28 deletions

View File

@@ -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)