diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/backend/postmaster/checkpointer.c | |
parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/backend/postmaster/checkpointer.c')
-rw-r--r-- | src/backend/postmaster/checkpointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/checkpointer.c b/src/backend/postmaster/checkpointer.c index c9473f7bad7..2329b1a9a91 100644 --- a/src/backend/postmaster/checkpointer.c +++ b/src/backend/postmaster/checkpointer.c @@ -888,7 +888,7 @@ BgWriterShmemInit(void) * CHECKPOINT_END_OF_RECOVERY: checkpoint is for end of WAL recovery. * CHECKPOINT_IMMEDIATE: finish the checkpoint ASAP, * ignoring checkpoint_completion_target parameter. - * CHECKPOINT_FORCE: force a checkpoint even if no XLOG activity has occured + * CHECKPOINT_FORCE: force a checkpoint even if no XLOG activity has occurred * since the last one (implied by CHECKPOINT_IS_SHUTDOWN or * CHECKPOINT_END_OF_RECOVERY). * CHECKPOINT_WAIT: wait for completion before returning (otherwise, |