log_rotation_age integer overflow display quirk

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: log_rotation_age integer overflow display quirk
Date: 2008-07-04 09:31:07
Message-ID: 486DEDDB.5060607@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just noticed that setting log_rotation_age to a value larger than 24
days results in rather weird output (I have not actually tested yet if
that affects the functionality too or just the output):

test=# show log_rotation_age;
log_rotation_age
------------------
-2134967296ms
(1 row)

this is a 64bit build of 8.3.3 on Debian/Linux.

Stefan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-07-04 09:48:03 Re: Adding variables for segment_size, wal_segment_size and block sizes
Previous Message Oleg Bartunov 2008-07-04 09:13:17 Re: [PATCHES] Multi-column GIN