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:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user