diff options
| author | Magnus Hagander <magnus@hagander.net> | 2018-02-16 12:46:41 +0100 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2018-02-16 12:46:41 +0100 |
| commit | f8437c819acc37b43bd2d5b19a6b7609b4ea1292 (patch) | |
| tree | dbae9f6750620f146a62cd63d53ee24c4b7c273b | |
| parent | 2a41507dab0f293ff241fe8ae326065998668af8 (diff) | |
| download | postgresql-f8437c819acc37b43bd2d5b19a6b7609b4ea1292.tar.gz | |
Fix typo in comment
| -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 18b7471597..47a6c4d895 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -4821,7 +4821,7 @@ check_wal_buffers(int *newval, void **extra, GucSource source) * This is to be called during startup, including a crash recovery cycle, * unless in bootstrap mode, where no control file yet exists. As there's no * usable shared memory yet (its sizing can depend on the contents of the - * control file!), first store the contents in local memory. XLOGShemInit() + * control file!), first store the contents in local memory. XLOGShmemInit() * will then copy it to shared memory later. * * reset just controls whether previous contents are to be expected (in the |
