comment typo lmgr.c

Started by Erik Rijkersover 9 years ago2 messages
#1Erik Rijkers
er@xs4all.nl
1 attachment(s)

comment typo in src/backend/storage/lmgr.c attached

Erik Rijkers

Attachments:

lmgr.c.difftext/x-diff; name=lmgr.c.diffDownload
--- src/backend/storage/lmgr/lmgr.c.orig	2016-08-23 14:04:33.000000000 +0200
+++ src/backend/storage/lmgr/lmgr.c	2016-08-23 14:05:41.000000000 +0200
@@ -33,7 +33,7 @@
  * constraint violations.  It's theoretically possible that a backend sees a
  * tuple that was speculatively inserted by another backend, but before it has
  * started waiting on the token, the other backend completes its insertion,
- * and then then performs 2^32 unrelated insertions.  And after all that, the
+ * and then performs 2^32 unrelated insertions.  And after all that, the
  * first backend finally calls SpeculativeInsertionLockAcquire(), with the
  * intention of waiting for the first insertion to complete, but ends up
  * waiting for the latest unrelated insertion instead.  Even then, nothing
#2Robert Haas
robertmhaas@gmail.com
In reply to: Erik Rijkers (#1)
Re: comment typo lmgr.c

On Tue, Aug 23, 2016 at 8:13 AM, Erik Rijkers <er@xs4all.nl> wrote:

comment typo in src/backend/storage/lmgr.c attached

Committed, thanks.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers