diff options
| author | Heikki Linnakangas | 2009-06-18 10:08:08 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2009-06-18 10:08:08 +0000 |
| commit | efa8544fd55e408dc5a8a5a2b7722dc376d7d843 (patch) | |
| tree | 4586f4a88439ee88def53bdbcc17db70c348a92a /contrib/pg_standby | |
| parent | f08e5e92e8d494d8d90c1b0f6584b576c01da75f (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.c | 4 |
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) { |
