|
18 | 18 | *
|
19 | 19 | *
|
20 | 20 | * IDENTIFICATION
|
21 |
| - * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.51 2009/06/11 14:49:01 momjian Exp $ |
| 21 | + * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.52 2009/11/05 20:13:06 petere Exp $ |
22 | 22 | *
|
23 | 23 | *-------------------------------------------------------------------------
|
24 | 24 | */
|
@@ -1080,7 +1080,7 @@ logfile_rotate(bool time_based_rotation, int size_rotation_for)
|
1080 | 1080 | if (saveerrno!=ENFILE&&saveerrno!=EMFILE)
|
1081 | 1081 | {
|
1082 | 1082 | ereport(LOG,
|
1083 |
| -(errmsg("disabling automatic rotation (use SIGHUP toreenable)"))); |
| 1083 | +(errmsg("disabling automatic rotation (use SIGHUP tore-enable)"))); |
1084 | 1084 | Log_RotationAge=0;
|
1085 | 1085 | Log_RotationSize=0;
|
1086 | 1086 | }
|
@@ -1142,7 +1142,7 @@ logfile_rotate(bool time_based_rotation, int size_rotation_for)
|
1142 | 1142 | if (saveerrno!=ENFILE&&saveerrno!=EMFILE)
|
1143 | 1143 | {
|
1144 | 1144 | ereport(LOG,
|
1145 |
| -(errmsg("disabling automatic rotation (use SIGHUP toreenable)"))); |
| 1145 | +(errmsg("disabling automatic rotation (use SIGHUP tore-enable)"))); |
1146 | 1146 | Log_RotationAge=0;
|
1147 | 1147 | Log_RotationSize=0;
|
1148 | 1148 | }
|
|