diff options
| author | Robert Haas <rhaas@postgresql.org> | 2010-08-12 23:25:45 +0000 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2010-08-12 23:25:45 +0000 |
| commit | ed3ea3fa0c02a88753c5a162a1fe94e67604b627 (patch) | |
| tree | 4af39f751c13f33c6ff2e3e377c7ab6cff770b42 /src/backend/tcop | |
| parent | 8cc3c67c245e3df61db053dc16e8dad26f253f4a (diff) | |
Correct sundry errors in Hot Standby-related comments.
Fujii Masao
Diffstat (limited to 'src/backend/tcop')
| -rw-r--r-- | src/backend/tcop/postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 0176c528e2f..f94c5152204 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.595 2010/07/06 19:18:57 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.595.2.1 2010/08/12 23:25:45 rhaas Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2741,7 +2741,7 @@ SigHupHandler(SIGNAL_ARGS) /* * RecoveryConflictInterrupt: out-of-line portion of recovery conflict - * handling ollowing receipt of SIGUSR1. Designed to be similar to die() + * handling following receipt of SIGUSR1. Designed to be similar to die() * and StatementCancelHandler(). Called only by a normal user backend * that begins a transaction during recovery. */ |
