Re: Proposal: Limitations of palloc inside checkpointer

Maxim Orlov <orlovmg@gmail.com>

From: Maxim Orlov <orlovmg@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Ekaterina Sokolova <e.sokolova@postgrespro.ru>, pgsql-hackers@lists.postgresql.org
Date: 2025-02-26T11:10:33Z
Lists: pgsql-hackers
On Wed, 26 Feb 2025 at 11:54, Andres Freund <andres@anarazel.de> wrote:

>
> 4) Do compaction incrementally, instead of doing it for all requests at
> once.

Yeah, good idea! I completely forgot about that. Thanks!

-- 
Best regards,
Maxim Orlov.

Commits

  1. Fix checkpointer shared memory allocation

  2. Limit checkpointer requests queue size

  3. Process sync requests incrementally in AbsorbSyncRequests