diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2023-07-02 10:24:13 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2023-07-02 10:24:29 +0200 |
commit | 2b8b2852bbc54f02e26131a966e62c432144dc93 (patch) | |
tree | 6c6b2b2db2647f28e148b97d8b57d0f52abd7d2e /src/backend/commands/trigger.c | |
parent | 28d03feac386c2c68ffaa47f30e6578591ef5c1b (diff) | |
download | postgresql-2b8b2852bbc54f02e26131a966e62c432144dc93.tar.gz postgresql-2b8b2852bbc54f02e26131a966e62c432144dc93.zip |
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
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions