Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers
Date
Msg-id CAD21AoAjcqgaDRCjcRKnsT7O-eg3rKGQtFdycrifx+Khqw-6ZQ@mail.gmail.com
Whole thread Raw
In response to Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers  (SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>)
Responses Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers
List pgsql-hackers
On Thu, Jul 31, 2025 at 4:31 PM SATYANARAYANA NARLAPURAM
<satyanarlapuram@gmail.com> wrote:
>
> Please find attached patch that adds CHECK_FOR_INTERRUPTS while scanning the buffers in pg_buffercache_pages. I
checkedother functions in the module and this check already exists in pg_buffercache_numa_pages. 

Thank you for the patch!

I think the patch is reasonable and it looks good to me. I'll push it
to master early next week, barring objections.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Paul A Jungwirth
Date:
Subject: Re: Inline non-SQL SRFs using SupportRequestSimplify
Next
From: Masahiko Sawada
Date:
Subject: Re: Support getrandom() for pg_strong_random() source