|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1041,7 +1041,7 @@ XLogWrite(XLogwrtRqst WriteRqst)
|
1041 | 1041 |
|
1042 | 1042 | if (!use_existent)/* there was no precreated file */
|
1043 | 1043 | elog(LOG,"XLogWrite: new log file created - "
|
1044 |
| -"consider increasingWAL_FILES"); |
| 1044 | +"consider increasing'wal_files' in postgresql.conf."); |
1045 | 1045 |
|
1046 | 1046 | /* update pg_control, unless someone else already did */
|
1047 | 1047 | LWLockAcquire(ControlFileLock,LW_EXCLUSIVE);
|
|