Re: USE_BARRIER_SMGRRELEASE on Linux? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: USE_BARRIER_SMGRRELEASE on Linux?
Date
Msg-id 20220216045943.wv6ezjrpzfe7w73u@alap3.anarazel.de
Whole thread Raw
In response to Re: USE_BARRIER_SMGRRELEASE on Linux?  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Hi,

On 2022-02-16 15:34:08 +1300, Thomas Munro wrote:
> So it's not getting unlinked until the *next* checkpoint cycle.  I
> don't know why.

It might be helpful to know what the relfilenode maps to, so we know the
operations done to it. Perhaps logging in heap_create() and
RelationSetNewRelfilenode() would do the trick?

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: USE_BARRIER_SMGRRELEASE on Linux?
Next
From: Amul Sul
Date:
Subject: Proposal for internal Numeric to Uint64 conversion function.