]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Remove stray word from pg_stash_advice docs.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Apr 2026 16:51:04 +0000 (12:51 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 13 Apr 2026 16:51:04 +0000 (12:51 -0400)
Commit c10edb102ada607eb054bc9e23690109d86849ef left behind the
word "both" where it no longer makes sense.

Reported-by: Erik Rijkers <er@xs4all.nl>
Discussion: http://postgr.es/m/8912b2e5-ccad-4cbd-ab53-869b0b9ecec5@xs4all.nl

doc/src/sgml/pgstashadvice.sgml

index 810787fe814f45c20b340d558f20993150aa2242..c9b1e078382f9071be4c3afef73bf8a6bdac0349 100644 (file)
@@ -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