From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | Nitin Jadhav <nitinjadhavpostgres(at)gmail(dot)com> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Multi-Column List Partitioning |
Date: | 2021-06-11 06:26:05 |
Message-ID: | CA+HiwqGx=9dFifaN6Ef-CXqkj7_jZgJqDuaB=Aj2G90=NAfiHw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Jun 11, 2021 at 12:37 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> I will look at other parts of the patch next week hopefully. For
> now, attached is a delta patch that applies on top of your v1, which
> does:
>
> * Simplify partition_list_bsearch() and partition_lbound_datum_cmp()
> * Make qsort_partition_list_value_cmp simply call
> partition_lbound_datum_cmp() instead of having its own logic to
> compare input bounds
> * Move partition_lbound_datum_cmp() into partbounds.c as a static
> function (export seems unnecessary)
> * Add a comment for PartitionBoundInfo.isnulls and remove that for null_index
One more:
* Add all columns of newly added test query in insert.sql to the order
by clause to get predictably ordered output
--
Amit Langote
EDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro Horiguchi | 2021-06-11 06:32:28 | Re: Duplicate history file? |
Previous Message | Michael Paquier | 2021-06-11 06:23:41 | Re: Error on pgbench logs |