File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.555 2010/06/15 07:52:10 itagaki Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.556 2010/06/17 17:44:40 tgl Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -119,8 +119,6 @@ extern bool fullPageWrites;
119119extern int vacuum_defer_cleanup_age ;
120120extern int ssl_renegotiation_limit ;
121121
122- int trace_recovery_messages = LOG ;
123-
124122#ifdef TRACE_SORT
125123extern bool trace_sort ;
126124#endif
@@ -375,6 +373,7 @@ int log_min_messages = WARNING;
375373int client_min_messages = NOTICE ;
376374int log_min_duration_statement = -1 ;
377375int log_temp_files = -1 ;
376+ int trace_recovery_messages = LOG ;
378377
379378int num_temp_buffers = 1000 ;
380379
Original file line number Diff line number Diff line change 1313 * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
1414 * Portions Copyright (c) 1994, Regents of the University of California
1515 *
16- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.220 2010/02/26 02:01:20 momjian Exp $
16+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.221 2010/06/17 17:44:40 tgl Exp $
1717 *
1818 * NOTES
1919 * some of the information in this file should be moved to other files.
@@ -242,7 +242,7 @@ extern void PreventCommandDuringRecovery(const char *cmdname);
242242
243243/* in utils/misc/guc.c */
244244extern int trace_recovery_messages ;
245- int trace_recovery (int trace_level );
245+ extern int trace_recovery (int trace_level );
246246
247247/*****************************************************************************
248248 * pdir.h -- *
You can’t perform that action at this time.
0 commit comments