Re: [HACKERS] SPI procedure for removing large objects

From: David Hartwig <daveh(at)insightdist(dot)com>
To: Peter T Mount <peter(at)retep(dot)org(dot)uk>
Cc: "Sergey E(dot) Levov" <serg(at)gate(dot)informika(dot)ru>, PostgreSQL Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] SPI procedure for removing large objects
Date: 1998-08-05 18:50:42
Message-ID: 35C8A981.2D3711CE@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter,

I have just finished up some other stuff in the backend, and I was
wondering what to do next. My personal list include a cleanup of the lo
type. Specifically:

1. Assign a fixed OID to the LO type so that attributes of this type
can easily be identified.

2. Write a VACUUM LO procedure.

3. Extend/verify the existing internal lo functions to work with the
new type.

I know that more can/should be done in this area, but I only have so much
time. I am aware the you have done some work on this in the contrib area.
Were you planning on handling any (or all) of these issues as part of the
6.4 base release? I will gladly move on to something else.

Peter T Mount wrote:

> On Wed, 5 Aug 1998, Sergey E. Levov wrote:
>
> > Hello!
> >
> > I've written the SPI procedure which allows to delete large
> > objects referenced by currently deleted or updated tuples.
> > I tested it with PostgreSQL v6.3.2 and seem it works.
> > If PostgreSQL developers team is interested in it, I'll send
> > the sources to this mailing list or to somebody personally.
>
> I'll be interested (I wrote the copy in contrib/lo - post 6.3.2 source
> tree).
>
> There was some talk about 5 weeks ago about using vacuum to pick up any
> stragglers. I have some ideas on this, but can't try them out at the
> moment - I haven't had a working backend for about 3 weeks now :-(

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dr. Michael Meskes 1998-08-05 19:18:40 Declare Cursor question again
Previous Message Dr. Michael Meskes 1998-08-05 18:19:19 Re: [HACKERS] Standards question