pgsql: Introduce bloom_filter_size for BRIN bloom opclass

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Introduce bloom_filter_size for BRIN bloom opclass
Дата
Msg-id E1qFsOk-001UnC-GG@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Introduce bloom_filter_size for BRIN bloom opclass  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Introduce bloom_filter_size for BRIN bloom opclass

Move the calculation of Bloom filter parameters (for BRIN indexes) into
a separate function to make reuse easier. At the moment we only call it
from one place, but that may change and it's easier to read anyway.

Reviewed-by: Heikki Linnakangas
Discussion: https://postgr.es/m/0e1f3350-c9cf-ab62-43a5-5dae314de89c%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b8b2852bbc54f02e26131a966e62c432144dc93

Modified Files
--------------
src/backend/access/brin/brin_bloom.c | 63 +++++++++++++++++++++++++++---------
1 file changed, 47 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Minor cleanups in the BRIN code
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Improve BRIN minmax-multi opclass test coverage