suggest remove of elog in xlog.c

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема suggest remove of elog in xlog.c
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368170@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
I suggest to remove the following elog from line 943 of xlog.c. 
It does not give real useful info and is repeated for each checkpoint,
thus filling the log of an otherwise idle server.
                       elog(LOG, "MoveOfflineLogs: skip %s", xlde->d_name);

DEBUG:  MoveOfflineLogs: skip 0000000000000001

Greetings :-)
Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Re: CRC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: Oracle-compatible lpad/rpad behavior