BUG #3622: pg_rotate_logfile() does not work

From: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3622: pg_rotate_logfile() does not work
Date: 2007-09-20 01:59:07
Message-ID: 200709200159.l8K1x7H3064325@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3622
Logged by: ITAGAKI Takahiro
Email address: itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 8.3dev
Operating system: ALL
Description: pg_rotate_logfile() does not work
Details:

"SELECT pg_rotate_logfile()" does not force log file to rotate.

pg_rotate_logfile() calls logfile_rotate(), but it has no effect because it
is called with time_based_rotation = false and size_rotation_for = 0 in such
case.

Browse pgsql-bugs by date

  From Date Subject
Next Message Guenter Abraham 2007-09-20 07:11:55 BUG #3623: initialisation probl.
Previous Message ITAGAKI Takahiro 2007-09-20 01:54:24 BUG #3621: Syslogger will not start