Re: Plan B for log rotation support: borrow Apache code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Plan B for log rotation support: borrow Apache code
Date: 2003-05-23 22:38:26
Message-ID: Pine.LNX.4.44.0305240036580.5719-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> It would take an hour or two's work to put together a standalone version
> of rotatelogs.c (one that doesn't depend on the Apache Portable Runtime
> library). Seems well worth it to me. Does anyone have an objection to
> doing this?

Or we could take the one I posted, which does exactly the same thing as
Apache's (at least about a year ago, not sure where the APR plays in
nowadays), thus shortcircuiting that porting effort.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-05-24 01:30:02 Re: Plan B for log rotation support: borrow Apache code
Previous Message Tom Lane 2003-05-23 22:37:41 Re: Plan B for log rotation support: borrow Apache code