mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 05:27:20 -04:00
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
This commit is contained in:
parent
f4a4f1a7e6
commit
e89f98ff03
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue