summaryrefslogtreecommitdiff
path: root/contrib/pg_standby
diff options
context:
space:
mode:
authorHeikki Linnakangas2009-06-18 10:08:08 +0000
committerHeikki Linnakangas2009-06-18 10:08:08 +0000
commitefa8544fd55e408dc5a8a5a2b7722dc376d7d843 (patch)
tree4586f4a88439ee88def53bdbcc17db70c348a92a /contrib/pg_standby
parentf08e5e92e8d494d8d90c1b0f6584b576c01da75f (diff)
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
visibilitymap.c by me.
Diffstat (limited to 'contrib/pg_standby')
-rw-r--r--contrib/pg_standby/pg_standby.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c
index 01f1b1fa38a..bbfb58e69a2 100644
--- a/contrib/pg_standby/pg_standby.c
+++ b/contrib/pg_standby/pg_standby.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.23 2009/06/11 14:48:51 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.24 2009/06/18 10:08:08 heikki Exp $
*
*
* pg_standby.c
@@ -448,7 +448,7 @@ CheckForExternalTrigger(void)
/*
* Turn it into a "smart" trigger by truncating the file. Otherwise if
* the server asks us again to restore a segment that was restored
- * restored already, we would return "not found" and upset the server.
+ * already, we would return "not found" and upset the server.
*/
if (ftruncate(fd, 0) < 0)
{