From e89f98ff035fa56ff288ff2407f3eceddf187d70 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 13 Apr 2026 12:51:04 -0400 Subject: [PATCH] doc: Remove stray word from pg_stash_advice docs. Commit c10edb102ada607eb054bc9e23690109d86849ef left behind the word "both" where it no longer makes sense. Reported-by: Erik Rijkers Discussion: http://postgr.es/m/8912b2e5-ccad-4cbd-ab53-869b0b9ecec5@xs4all.nl --- doc/src/sgml/pgstashadvice.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/pgstashadvice.sgml b/doc/src/sgml/pgstashadvice.sgml index 810787fe814..c9b1e078382 100644 --- a/doc/src/sgml/pgstashadvice.sgml +++ b/doc/src/sgml/pgstashadvice.sgml @@ -16,7 +16,7 @@ strings. Whenever a session is asked to plan a query whose query ID appears in the relevant advice stash, the plan advice string is automatically applied to guide planning. Note that advice stashes are stored in dynamically - allocated shared memory. This means both that it is important to be mindful + allocated shared memory. This means that it is important to be mindful of memory consumption when deciding how much plan advice to stash. Optionally, advice stashes and their contents can automatically be persisted to disk and reloaded from disk; see