File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.346 2009/08/07 19:29:49 tgl Exp $
10+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.347 2009/08/08 16:39:17 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -5951,6 +5951,9 @@ XLogInsertAllowed(void)
59515951
59525952/*
59535953 * Make XLogInsertAllowed() return true in the current process only.
5954+ *
5955+ * Note: it is allowed to switch LocalXLogInsertAllowed back to -1 later,
5956+ * and even call LocalSetXLogInsertAllowed() again after that.
59545957 */
59555958static void
59565959LocalSetXLogInsertAllowed (void )
You can’t perform that action at this time.
0 commit comments