diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-02-10 09:31:18 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-02-10 09:31:18 +0530 |
commit | 3dfba9fdf52121e777e83f27120a755f408927ed (patch) | |
tree | fca87fd17ff282d4bc66f800a17a2be9335bb688 /src/backend/storage/buffer/bufmgr.c | |
parent | 77a00b809a03fbc80957815bbd9092aa9a7748e3 (diff) | |
download | postgresql-3dfba9fdf52121e777e83f27120a755f408927ed.tar.gz postgresql-3dfba9fdf52121e777e83f27120a755f408927ed.zip |
Fix typos.
Reported-by: Justin Pryzby
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r-- | src/backend/storage/buffer/bufmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index aba39604811..58800542454 100644 --- a/src/backend/storage/buffer/bufmgr.c +++ b/src/backend/storage/buffer/bufmgr.c @@ -4291,7 +4291,7 @@ ts_ckpt_progress_comparator(Datum a, Datum b, void *arg) * * *max_pending is a pointer instead of an immediate value, so the coalesce * limits can easily changed by the GUC mechanism, and so calling code does - * not have to check the current configuration. A value is 0 means that no + * not have to check the current configuration. A value of 0 means that no * writeback control will be performed. */ void |