Re: pg_stash_advice doc

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_stash_advice doc
Date: 2026-04-13 16:54:08
Message-ID: CA+TgmoaH7g_Bfk_HCp5a4ZvAZh=o4cyL07aiVT4iwQgA_52gNw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 10, 2026 at 11:57 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Apr 10, 2026 at 5:18 AM Erik Rijkers <er(at)xs4all(dot)nl> wrote:
> > "This means both that it is important to be mindful
> > of memory consumption when deciding how much plan advice to stash."
> >
> > It seems to me 'both' should be 'also', or maybe just dropped.
>
> Oops. That sentence had a second part in the first pg_stash_advice
> commit, and the second commit remove the second part of the sentence
> without remembering to delete the word "both".

I have committed a fix. Thanks again for the report.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-13 17:13:52 Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Previous Message Robert Haas 2026-04-13 16:49:43 Re: DOCS: pg_plan_advice minor doc fixes