|
12 | 12 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California |
14 | 14 | * |
15 | | - * $Id: miscadmin.h,v 1.113 2002/12/05 04:04:50 momjian Exp $ |
| 15 | + * $Id: miscadmin.h,v 1.114 2002/12/09 18:21:43 tgl Exp $ |
16 | 16 | * |
17 | 17 | * NOTES |
18 | 18 | * some of the information in this file should be moved to |
|
53 | 53 | * |
54 | 54 | * A related, but conceptually distinct, mechanism is the "critical section" |
55 | 55 | * mechanism. A critical section not only holds off cancel/die interrupts, |
56 | | - * but causes any elog(ERROR) or elog(FATAL) to become elog(STOP) --- that is, |
| 56 | + * but causes any elog(ERROR) or elog(FATAL) to become elog(PANIC) --- that is, |
57 | 57 | * a system-wide reset is forced. Needless to say, only really *critical* |
58 | 58 | * code should be marked as a critical section! Currently, this mechanism |
59 | 59 | * is only used for XLOG-related code. |
|