Re: Some read stream improvements

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Some read stream improvements
Date: 2025-04-07 01:33:18
Message-ID: CA+hUKG+1BAKVcJO=EiTb_eH8f+Kba-XZUY-76o7SoCyq2R=t=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 7, 2025 at 1:29 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2025-04-03 14:43:40 +1300, Thomas Munro wrote:
> > On Thu, Apr 3, 2025 at 11:17 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> > > I don't actually see any reason for buffer_limit to be a 16bit quantity? It's
> > > just to clamp things down, right?
> >
> > Ugh. It might be worth just flipping this whole thing over to ints,
> > let me look into that...
>
> If you don't mind I'll push the obvious minimal fix soon - it's a confusing
> crash when one encounters this issue...

Please go ahead, sorry I got distracted trying to fix something else...

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2025-04-07 01:38:45 Re: rename pg_log_standby_snapshot
Previous Message Andres Freund 2025-04-07 01:29:53 Re: Some read stream improvements