File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.86 2002/01/14 17:55:57 tgl Exp $
10+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.87 2002/02/18 05:44:45 momjian Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -1041,7 +1041,7 @@ XLogWrite(XLogwrtRqst WriteRqst)
10411041
10421042 if (!use_existent ) /* there was no precreated file */
10431043 elog (LOG , "XLogWrite: new log file created - "
1044- "consider increasing WAL_FILES " );
1044+ "consider increasing 'wal_files' in postgresql.conf. " );
10451045
10461046 /* update pg_control, unless someone else already did */
10471047 LWLockAcquire (ControlFileLock , LW_EXCLUSIVE );
You can’t perform that action at this time.
0 commit comments