aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2010-04-14 10:29:07 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2010-04-14 10:29:07 +0000
commit55d7556a4dddf0d0b545242a9f6887d2d5eeeb8f (patch)
tree75a99a6a6563f63272744f4fbfbffaa1f15e84ad
parent0993d2943e01084e692d55c7ae918d05de46d9da (diff)
downloadpostgresql-55d7556a4dddf0d0b545242a9f6887d2d5eeeb8f.tar.gz
postgresql-55d7556a4dddf0d0b545242a9f6887d2d5eeeb8f.zip
Fix minor typo in comment in xlog.c
-rw-r--r--src/backend/access/transam/xlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 5fd4b870bef..e9aaac14cce 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.394 2010/04/13 14:17:46 heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.395 2010/04/14 10:29:07 sriggs Exp $
*
*-------------------------------------------------------------------------
*/
@@ -5990,7 +5990,7 @@ StartupXLOG(void)
* launch bgwriter to perform restartpoints. We don't bother
* during crash recovery as restartpoints can only be performed
* during archive recovery. And we'd like to keep crash recovery
- * simple, to avoid introducing bugs that could you from
+ * simple, to avoid introducing bugs that could effect you when
* recovering after crash.
*
* After this point, we can no longer assume that we're the only