| From: | Sergey Dudoladov <sergey(dot)dudoladov(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Greg Stark <stark(at)mit(dot)edu> |
| Subject: | Re: PATCH: Using BRIN indexes for sorted output |
| Date: | 2023-08-02 15:25:20 |
| Message-ID: | CAA8Fd-pUCgGOdEQVArb0umn5v9Urx0AHKb8xoLoRouNCPM4RJA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| wip-add-docs-fix-typos-20230802.patch | text/x-patch | 3.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | jian he | 2023-08-02 15:46:41 | Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression |
| Previous Message | Tristan Partin | 2023-08-02 14:39:00 | Re: Improve const use in zlib-using code |