Create a built-in log rotation program, so that we no longer have to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bdf8ef6925de6ea1a9330fa1ce32e1a315d07eb2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-05T23:32:13Z
Releases: 8.0.0
Create a built-in log rotation program, so that we no longer have to
recommend that people go get Apache's rotatelogs program.  Additional
benefits are that configuration is done through GUC, rather than
externally, and that the postmaster can monitor the log rotator and
restart it after failure (though we certainly hope that won't happen
often).
Andreas Pflug, some rework by Tom Lane.

Files