Re: Add os_page_num to pg_buffercache

From: Mircea Cadariu <cadariu(dot)mircea(at)gmail(dot)com>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add os_page_num to pg_buffercache
Date: 2025-08-21 11:08:37
Message-ID: 37e14f96-f4c0-4694-b691-a9250fe3fa65@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

A small addendum might make sense for this patch, given a recent change
to master.

A CHECK_FOR_INTERRUPTS() call was added in several pg_buffercache
functions in commit eab9e4e.

See also the corresponding discussion [1].

Shall we add it to the function introduced in this patch as well?

Kind regards,

Mircea Cadariu

[1]
https://www.postgresql.org/message-id/flat/CAHg%2BQDcejeLx7WunFT3DX6XKh1KshvGKa8F5au8xVhqVvvQPRw%40mail.gmail.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2025-08-21 11:30:33 Re: Conflict detection for update_deleted in logical replication
Previous Message Shlok Kyal 2025-08-21 10:50:32 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart