Re: Parallel index build for BRIN

2024-12-16 Thread Egor Rogov
On 16.12.2024 21:24, Tomas Vondra wrote: On 12/9/24 19:54, Tomas Vondra wrote: On 12/8/24 16:00, Egor Rogov wrote: Hi, ... I've spotted another mention of B-tree being the only AM that supports parallel builds: comment in src/backend/catalog/index.c. As this mention is not visible to the use

Re: Parallel index build for BRIN

2024-12-16 Thread Tomas Vondra
On 12/9/24 19:54, Tomas Vondra wrote: > On 12/8/24 16:00, Egor Rogov wrote: >> Hi, >> >> ... >> >> I've spotted another mention of B-tree being the only AM that supports >> parallel builds: comment in src/backend/catalog/index.c. As this mention >> is not visible to the users, I'd propose removing