Re: Simple LRU for clog and (later) subtrans

From: Manfred Koizar <mkoi-pg(at)aon(dot)at>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Simple LRU for clog and (later) subtrans
Date: 2003-05-05 23:07:35
Message-ID: sardbv06kgnknr8lo2brn7ieoqbf862aeu@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, 02 May 2003 12:01:34 +0200, I wrote:
>This patch extracts page buffer pooling and the simple
>least-recently-used strategy from clog.c into slru.c.

Here's a new version that does not conflict with Bruce's recent clog.c
changes.

Servus
Manfred

Attachment Content-Type Size
unknown_filename text/plain 62.1 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-05-06 04:13:06 Cleanup of fork/exec
Previous Message Ben Lamb 2003-05-05 17:59:43 Re: Patch for PGunescapeBytea