|
7 | 7 | * Portions Copyright (c) 1996-2002, 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.103 2002/08/30 16:50:50 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.104 2002/09/01 01:58:42 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1057,10 +1057,6 @@ XLogWrite(XLogwrtRqst WriteRqst)
|
1057 | 1057 | &use_existent, true);
|
1058 | 1058 | openLogOff=0;
|
1059 | 1059 |
|
1060 |
| -if (!use_existent)/* there was no precreated file */ |
1061 |
| -elog(LOG,"XLogWrite: new log file created - " |
1062 |
| -"consider increasing 'wal_files' in postgresql.conf."); |
1063 |
| - |
1064 | 1060 | /* update pg_control, unless someone else already did */
|
1065 | 1061 | LWLockAcquire(ControlFileLock,LW_EXCLUSIVE);
|
1066 | 1062 | if (ControlFile->logId<openLogId||
|
|