Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, Postgresql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment
Date: 2007-08-31 01:55:24
Message-ID: 12280.1188525324@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Why don't we create temp tables in a separate directory, anyway? That
> would make it trivially easy to get rid of them during recovery: just
> zap all the files in there.

Hmm ... doesn't do anything to fix the problem of file leakage for
crashes when making/deleting non-temp tables, but at least we could be
reasonably confident we weren't throwing away any data someone had a
long-term interest in.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-08-31 02:04:33 Re: broken doc
Previous Message Florian G. Pflug 2007-08-31 01:33:14 Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment