bug? VACUUM ANALYZE {table} outputs transaction id wrap limit to logfile - Mailing list pgsql-bugs

From
Subject bug? VACUUM ANALYZE {table} outputs transaction id wrap limit to logfile
Date
Msg-id 04e401c6f598$62a3e4a0$0201a8c0@iwing
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2701: PQserverVersion function missing
Next
From: "Thomas H"
Date:
Subject: BUG #2712: could not fsync segment: Permission denied