Re: Orphaned relation files after crash recovery

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Orphaned relation files after crash recovery
Date: 2020-02-17 11:04:54
Message-ID: CA+hUKGKKxnFOdOp6dZ6JTV_Lq9FweRSvJOzFhtgkJB9eaBsTyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 17, 2020 at 11:20 PM Masahiko Sawada
<masahiko(dot)sawada(at)2ndquadrant(dot)com> wrote:
> Is this a bug? Has this ever been discussed?

Hi Sawada-san,

There was this thread:

https://www.postgresql.org/message-id/flat/CAEepm%3D0ULqYgM2aFeOnrx6YrtBg3xUdxALoyCG%2BXpssKqmezug%40mail.gmail.com

We chose that as a sort of simple test case to demonstrate the
machinery for performing any kind of clean-up work when when a
transaction aborts, even if there is a crash restart in between. It's
going to take a little while to come back to that due to some on-going
redesign work on the undo proposal.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-02-17 11:19:22 Re: Parallel copy
Previous Message Masahiko Sawada 2020-02-17 10:19:27 Orphaned relation files after crash recovery