Re: PATCH: Using BRIN indexes for sorted output - Mailing list pgsql-hackers

From Sergey Dudoladov
Subject Re: PATCH: Using BRIN indexes for sorted output
Date
Msg-id CAA8Fd-pUCgGOdEQVArb0umn5v9Urx0AHKb8xoLoRouNCPM4RJA@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Using BRIN indexes for sorted output  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: PATCH: Using BRIN indexes for sorted output  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers
Hello,

> Parallel version is not supported, but I think it should be possible.

@Tomas are you working on this ? If not, I would like to give it a try.

> static void
> AssertCheckRanges(BrinSortState *node)
> {
> #ifdef USE_ASSERT_CHECKING
>
> #endif
> }

I guess it should not be empty at the ongoing development stage.

Attached a small modification of the patch with a draft of the docs.

Regards,
Sergey Dudoladov

Attachment

pgsql-hackers by date:

Previous
From: "Tristan Partin"
Date:
Subject: Re: Improve const use in zlib-using code
Next
From: jian he
Date:
Subject: Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression