File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313 * Portions Copyright (c) 1994, Regents of the University of California
1414 *
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 $
1616 *
1717 * NOTES
1818 * some of the information in this file should be moved to
5353 *
5454 * A related, but conceptually distinct, mechanism is the "critical section"
5555 * 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,
5757 * a system-wide reset is forced. Needless to say, only really *critical*
5858 * code should be marked as a critical section! Currently, this mechanism
5959 * is only used for XLOG-related code.
You can’t perform that action at this time.
0 commit comments