Pg_buffercache tidy

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: pgsql-patches(at)postgresql(dot)org
Subject: Pg_buffercache tidy
Date: 2006-03-19 23:39:18
Message-ID: 441DEBA6.5040705@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch wraps the DDL in a BEGIN...COMMIT (as suggested by Jim for
pg_freespacemap a while ago).

In addition I have amended the example queries to correctly project out
only relations in the current database (relations with the same name
from different databases were getting counted together).

Cheers

Mark

Attachment Content-Type Size
pg_buffercache-2.patch text/plain 1.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-20 03:11:43 initdb cleanup
Previous Message Mark Kirkwood 2006-03-19 23:33:33 Re: [PATCHES] pg_freespacemap question