Re: optimizing CleanupTempFiles - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: optimizing CleanupTempFiles
Date
Msg-id 20080917234617.GK3855@alvh.no-ip.org
Whole thread Raw
In response to Re: optimizing CleanupTempFiles  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: optimizing CleanupTempFiles  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
BTW in testing this patch I was surprised by the fact that temp tables
files are removed at checkpoint time, rather than when the transaction
ends (at first I thought I had broken the removal of temp files).  Is
this a recent feature?

(I verified that this continues to work fine for WITH HOLD cursors too.)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: optimizing CleanupTempFiles
Next
From: Decibel!
Date:
Subject: Re: New FSM patch