Re: Out of space situation and WAL log pre-allocation (was

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Out of space situation and WAL log pre-allocation (was
Date: 2004-03-04 07:09:14
Message-ID: 4046D61A.20409@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> I think also that Simon completely misunderstood my intent in saying
> that this could be "user-scriptable policy". By that I meant that the
> *user* could write the code to behave whichever way he liked. Not that
> we were going to go into a mad rush of feature invention and try to
> support every combination we could think of. I repeat: code that pushes
> logs into a secondary area is not ours to write. We should concentrate
> on providing an API that lets users write it. We have only limited
> manpower for this project and we need to spend it on getting the core
> functionality done right, not on inventing frammishes.

Hmm... I totally agree. I think the backend could just offer a shared memory
segment and a marker message to another process to allow copy from it. then it
is the applications business to do the things.

Of course there has to be a two way agreement about it but an API is a real nice
thing rather than an application.

Shridhar

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2004-03-04 07:46:35 Regression tests on Nintendo Game Cube
Previous Message Shridhar Daithankar 2004-03-04 06:59:00 Re: Thread safe connection-name mapping in ECPG. Is it