doc: Remove stray word from pg_stash_advice docs.

Commit c10edb102a 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
master
Robert Haas 4 weeks ago
parent f4a4f1a7e6
commit e89f98ff03
  1. 2
      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

Loading…
Cancel
Save