aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-08-12 23:24:54 +0000
committerRobert Haas <rhaas@postgresql.org>2010-08-12 23:24:54 +0000
commit30c22eb8fc9cb0d359a4a943f0fcc0418bbca523 (patch)
tree319b0b1bb578a26a4e0b62cf79998282669e5ebb /src/backend/tcop/postgres.c
parent00f76dbffa1e3ff8ff5499cd90d84e886bfb8cbf (diff)
downloadpostgresql-30c22eb8fc9cb0d359a4a943f0fcc0418bbca523.tar.gz
postgresql-30c22eb8fc9cb0d359a4a943f0fcc0418bbca523.zip
Correct sundry errors in Hot Standby-related comments.
Fujii Masao
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r--src/backend/tcop/postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index 0176c528e2f..61f58f868c4 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.596 2010/08/12 23:24:54 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.
*/