1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix "the the" typos.

Erik Rijkers
This commit is contained in:
Heikki Linnakangas
2014-03-24 08:42:13 +02:00
parent ab22b149c6
commit 3ed249b741
3 changed files with 3 additions and 3 deletions

View File

@@ -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.