aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-04-23 23:21:44 +0000
committerRobert Haas <rhaas@postgresql.org>2010-04-23 23:21:44 +0000
commit33980a0640e9b495fe85a99c16c6b4806e41325a (patch)
tree85975dfc1e6a7be6a282b6278337448468d87c76 /src/backend/storage/ipc
parent473af3973710b9e2f4e945d8290adae8de9696cc (diff)
downloadpostgresql-33980a0640e9b495fe85a99c16c6b4806e41325a.tar.gz
postgresql-33980a0640e9b495fe85a99c16c6b4806e41325a.zip
Fix various instances of "the the".
Two of these were pointed out by Erik Rijkers; the rest I found.
Diffstat (limited to 'src/backend/storage/ipc')
-rw-r--r--src/backend/storage/ipc/standby.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c
index 029d8070791..e8a4fc2e938 100644
--- a/src/backend/storage/ipc/standby.c
+++ b/src/backend/storage/ipc/standby.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.18 2010/04/22 08:04:25 sriggs Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.19 2010/04/23 23:21:44 rhaas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -382,7 +382,7 @@ ResolveRecoveryConflictWithLock(Oid dbOid, Oid relOid)
* be cleared if the Startup process replays a transaction completion record.
* If Startup process is also waiting then that is a deadlock. The deadlock
* can occur if the query is waiting and then the Startup sleeps, or if
- * Startup is sleeping and the the query waits on a lock. We protect against
+ * Startup is sleeping and the query waits on a lock. We protect against
* only the former sequence here, the latter sequence is checked prior to
* the query sleeping, in CheckRecoveryConflictDeadlock().
*/