mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Ensure we use the correct spelling of "ensure"
We seem to have accidentally used "insure" in a few places. Correct that. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pv0biqrhA3pMhu40aDsj343mTsD75khKnHsLqR8P04f=Q@mail.gmail.com Backpatch-through: 12, oldest supported version
This commit is contained in:
@ -1111,7 +1111,7 @@ struct config_bool ConfigureNamesBool[] =
|
||||
{"fsync", PGC_SIGHUP, WAL_SETTINGS,
|
||||
gettext_noop("Forces synchronization of updates to disk."),
|
||||
gettext_noop("The server will use the fsync() system call in several places to make "
|
||||
"sure that updates are physically written to disk. This insures "
|
||||
"sure that updates are physically written to disk. This ensures "
|
||||
"that a database cluster will recover to a consistent state after "
|
||||
"an operating system or hardware crash.")
|
||||
},
|
||||
|
Reference in New Issue
Block a user