Re: removal of dangling temp tables - Mailing list pgsql-hackers

From Robert Haas
Subject Re: removal of dangling temp tables
Date
Msg-id CA+TgmoaU-rRTOsYy9o6nj6h58tg49dhUd0u3XFGJ_GvdOFLmZw@mail.gmail.com
Whole thread Raw
In response to Re: removal of dangling temp tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: removal of dangling temp tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Dec 14, 2018 at 12:57 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I seem to recall discussions about having crash recovery go around
> and clean out temp tables.  That seems like a better plan than
> penalizing every session start with this.

Well, crash recovery already removes the files, but it can't really
remove the catalog entries, can it?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Ryu floating point output patch
Next
From: John Naylor
Date:
Subject: Re: Speeding up text_position_next with multibyte encodings