Re: Parallel CREATE INDEX for BRIN indexes - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Parallel CREATE INDEX for BRIN indexes
Date
Msg-id 20240413083635.47yve2c5pp2xt5b6@awork3.anarazel.de
Whole thread Raw
In response to Re: Parallel CREATE INDEX for BRIN indexes  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: Parallel CREATE INDEX for BRIN indexes
List pgsql-hackers
Hi,

While preparing a differential code coverage report between 16 and HEAD, one
thing that stands out is the parallel brin build code. Neither on
coverage.postgresql.org nor locally is that code reached during our tests.

https://coverage.postgresql.org/src/backend/access/brin/brin.c.gcov.html#2333

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: some LLVM function checks missing in meson
Next
From: Bharath Rupireddy
Date:
Subject: [MASSMAIL]Add missing ConditionVariableCancelSleep() in slot.c