We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2a41507 commitf8437c8Copy full SHA for f8437c8
src/backend/access/transam/xlog.c
@@ -4821,7 +4821,7 @@ check_wal_buffers(int *newval, void **extra, GucSource source)
4821
* This is to be called during startup, including a crash recovery cycle,
4822
* unless in bootstrap mode, where no control file yet exists. As there's no
4823
* usable shared memory yet (its sizing can depend on the contents of the
4824
- * control file!), first store the contents in local memory.XLOGShemInit()
+ * control file!), first store the contents in local memory.XLOGShmemInit()
4825
* will then copy it to shared memory later.
4826
*
4827
* reset just controls whether previous contents are to be expected (in the