1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Correct sundry errors in Hot Standby-related comments.

Fujii Masao
This commit is contained in:
Robert Haas
2010-08-12 23:24:54 +00:00
parent 00f76dbffa
commit 30c22eb8fc
6 changed files with 23 additions and 23 deletions

View File

@ -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.
*/