Commit 780651d0 authored by Tom Lane's avatar Tom Lane

Update obsolete comment.

parent 1170a970
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: miscadmin.h,v 1.113 2002/12/05 04:04:50 momjian Exp $ * $Id: miscadmin.h,v 1.114 2002/12/09 18:21:43 tgl Exp $
* *
* NOTES * NOTES
* some of the information in this file should be moved to * some of the information in this file should be moved to
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
* *
* A related, but conceptually distinct, mechanism is the "critical section" * A related, but conceptually distinct, mechanism is the "critical section"
* mechanism. A critical section not only holds off cancel/die interrupts, * mechanism. A critical section not only holds off cancel/die interrupts,
* but causes any elog(ERROR) or elog(FATAL) to become elog(STOP) --- that is, * but causes any elog(ERROR) or elog(FATAL) to become elog(PANIC) --- that is,
* a system-wide reset is forced. Needless to say, only really *critical* * a system-wide reset is forced. Needless to say, only really *critical*
* code should be marked as a critical section! Currently, this mechanism * code should be marked as a critical section! Currently, this mechanism
* is only used for XLOG-related code. * is only used for XLOG-related code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment