diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-24 08:42:13 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-24 08:42:13 +0200 |
commit | 3ed249b74133bc567a4efcfb90eb69d445097c1b (patch) | |
tree | c95cf30c62b48db381db18c045871a1c9cfbb934 /src/backend/access/transam/xlog.c | |
parent | ab22b149c60a10b842e3ec7fe3eb3b0b66c6611a (diff) | |
download | postgresql-3ed249b74133bc567a4efcfb90eb69d445097c1b.tar.gz postgresql-3ed249b74133bc567a4efcfb90eb69d445097c1b.zip |
Fix "the the" typos.
Erik Rijkers
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-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 f9d6bf4ce53..02cb5e50ab2 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -1089,7 +1089,7 @@ begin:; * has progressed. There is a small fixed number of insertion locks, * determined by the num_xloginsert_locks GUC. When an inserter crosses a * page boundary, it updates the value stored in the lock to the how far it - * has inserted, to allow the the previous buffer to be flushed. + * has inserted, to allow the previous buffer to be flushed. * * Holding onto an insertion lock also protects RedoRecPtr and * fullPageWrites from changing until the insertion is finished. |