Re: Proposal: Limitations of palloc inside checkpointer

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Ekaterina Sokolova <e(dot)sokolova(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal: Limitations of palloc inside checkpointer
Date: 2025-07-25 15:37:35
Message-ID: CAPpHfdvvyOk03ixDHN4022==fNa8Z9hMntKLWz7NuUS=PYK9Lw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 25, 2025 at 3:23 PM Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
>
> Thanks for reviewing and feedback!
>
> > The v8 is attached. It's basically the same as v6, but has revised
> > commit message and comments.
> >
> > The patch for stable branches is also attached: it just limits the
> > maximum size of the checkpointer requests queue.
>
> LGTM.

Good, thank you.
I'm going to push this if no objections.

------
Regards,
Alexander Korotkov
Supabase

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-07-25 16:21:41 Re: Non-text mode for pg_dumpall
Previous Message Nathan Bossart 2025-07-25 15:34:43 Re: Use PqMsg_* macros in basebackup_copy.c