Marc G. Fournier wrote:

Basically I think you will need a vote to expand this in 8.1.


Hate to ask, but can someone summarize what it is that is being "discussed" here? Andreas' post about 'size triggering' is what drew my eye, but I think I missed the central point :(

Summary:

The patch I originally posted (in June) implemented a log rotation, which was triggered by call to a function, not automatically (subject to a to-be-written surveillance process), and implemented inside elog.c (more or less). Tom had many objections, and this emerged to the current implementation of a subprocess that will do rotation automatically dependent on size and/or age limits and seems valuable.
My postings also included manual triggering of logfile switching, catching SIGUSR1 (from SendPostmasterSignal) and setting the flag which otherwise is set by exceeding of configured size/age limit or a postgresql.conf settings change (SIGHUP triggered).
Signal handling is not a big deal, but can't be coded with a contrib module.


Tom believes nobody needs that, and fears decreased reliability.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to