bug? VACUUM ANALYZE {table} outputs transaction id wrap limit to logfile

Поиск
Список
Период
Сортировка
От
Тема bug? VACUUM ANALYZE {table} outputs transaction id wrap limit to logfile
Дата
Msg-id 04e401c6f598$62a3e4a0$0201a8c0@iwing
обсуждение исходный текст
Список pgsql-bugs
when issuing a "VACUUM ANALYZE {tablename}", the currently transaction wrap=
 id is put into the logfile.

2006-10-22 07:04:50 LOG:  transaction ID wrap limit is 2147484172, limited =
by database "postgres"
2006-10-22 07:04:56 LOG:  transaction ID wrap limit is 2147484172, limited =
by database "postgres"
2006-10-22 07:05:02 LOG:  transaction ID wrap limit is 2147484172, limited =
by database "postgres"
2006-10-22 07:05:14 LOG:  transaction ID wrap limit is 2147484172, limited =
by database "postgres"

this can become annoying when one uses ANALYZE every few seconds for heavil=
y changing tables (session-tables) - the messages pile up in the server's l=
ogfiles.

i don't recall seen this behaviour in versions prior to 8.2b1

is this intended, and if yes, can it be turned off?

- thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2701: PQserverVersion function missing
Следующее
От: "Thomas H"
Дата:
Сообщение: BUG #2712: could not fsync segment: Permission denied