pgsql: Doc: add Buffer Access Strategy to the glossary

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add Buffer Access Strategy to the glossary
Date: 2023-03-31 21:41:50
Message-ID: E1piMVI-000iqE-VQ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add Buffer Access Strategy to the glossary

It seems useful to add this to the glossary as there's discussion around
adding an option to VACUUM to disable and adjust the size of the buffer
access strategy that VACUUM uses.

Author: Melanie Plageman
Reviewed-by: Justin Pryzby, David Rowley
Discussion: https://postgr.es/m/ZBYDTrD1kyGg%2BHkS%40telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8f8d0eb1868cc88d481518d2b6aa0767116055c

Modified Files
--------------
doc/src/sgml/glossary.sgml | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-03-31 23:24:09 pgsql: pg_dump: Use only LZ4 frame format for compression
Previous Message Peter Geoghegan 2023-03-31 21:03:07 pgsql: Add show_data option to pg_get_wal_block_info.