Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-19 Thread Masahiko Sawada
On Mon, Aug 18, 2025 at 11:59 AM SATYANARAYANA NARLAPURAM wrote: > > > > On Fri, Aug 15, 2025 at 12:04 PM Masahiko Sawada > wrote: >> >> On Fri, Aug 15, 2025 at 2:33 AM SATYANARAYANA NARLAPURAM >> wrote: >> > >> > Hi Masahiko, >> > >> > On Thu, Aug 14, 2025 at 4:57 PM Masahiko Sawada >> > wro

Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-18 Thread SATYANARAYANA NARLAPURAM
On Fri, Aug 15, 2025 at 12:04 PM Masahiko Sawada wrote: > On Fri, Aug 15, 2025 at 2:33 AM SATYANARAYANA NARLAPURAM > wrote: > > > > Hi Masahiko, > > > > On Thu, Aug 14, 2025 at 4:57 PM Masahiko Sawada > wrote: > >> > >> On Fri, Aug 8, 2025 at 2:59 PM Masahiko Sawada > wrote: > >> > > >> > On T

Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-15 Thread Masahiko Sawada
On Fri, Aug 15, 2025 at 2:33 AM SATYANARAYANA NARLAPURAM wrote: > > Hi Masahiko, > > On Thu, Aug 14, 2025 at 4:57 PM Masahiko Sawada wrote: >> >> On Fri, Aug 8, 2025 at 2:59 PM Masahiko Sawada wrote: >> > >> > On Thu, Jul 31, 2025 at 4:31 PM SATYANARAYANA NARLAPURAM >> > wrote: >> > > >> > > Pl

Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-15 Thread SATYANARAYANA NARLAPURAM
Hi Masahiko, On Thu, Aug 14, 2025 at 4:57 PM Masahiko Sawada wrote: > On Fri, Aug 8, 2025 at 2:59 PM Masahiko Sawada > wrote: > > > > On Thu, Jul 31, 2025 at 4:31 PM SATYANARAYANA NARLAPURAM > > wrote: > > > > > > Please find attached patch that adds CHECK_FOR_INTERRUPTS while > scanning the b

Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-14 Thread Masahiko Sawada
On Fri, Aug 8, 2025 at 2:59 PM Masahiko Sawada wrote: > > On Thu, Jul 31, 2025 at 4:31 PM SATYANARAYANA NARLAPURAM > wrote: > > > > Please find attached patch that adds CHECK_FOR_INTERRUPTS while scanning > > the buffers in pg_buffercache_pages. I checked other functions in the > > module and t

Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-08-08 Thread Masahiko Sawada
On Thu, Jul 31, 2025 at 4:31 PM SATYANARAYANA NARLAPURAM wrote: > > Please find attached patch that adds CHECK_FOR_INTERRUPTS while scanning the > buffers in pg_buffercache_pages. I checked other functions in the module and > this check already exists in pg_buffercache_numa_pages. Thank you for

Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers

2025-07-31 Thread SATYANARAYANA NARLAPURAM
Please find attached patch that adds CHECK_FOR_INTERRUPTS while scanning the buffers in pg_buffercache_pages. I checked other functions in the module and this check already exists in pg_buffercache_numa_pages. Thanks, Satya pg_buffercache_interrupt_check.patch Description: Binary data