Re: holdable cursors - Mailing list pgsql-patches

From Neil Conway
Subject Re: holdable cursors
Date
Msg-id 1049056096.358.1.camel@tokyo
Whole thread Raw
In response to Re: holdable cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: holdable cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Sun, 2003-03-30 at 15:14, Tom Lane wrote:
> What do you do to ensure the temp files *do* get cleaned up eventually?

The temp files are cleaned up when the user issues a CLOSE on them. If
any remain, they are cleaned up when the postmaster starts up.

It would probably be good to clean up any remaining temp files when the
backend shuts down. Would that be ok?

Cheers,

Neil


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: holdable cursors
Next
From: Tom Lane
Date:
Subject: Re: array support patch phase 1 patch