Re: parse partition strategy string in gram.y - Mailing list pgsql-hackers

From Finnerty, Jim
Subject Re: parse partition strategy string in gram.y
Date
Msg-id 03B39DA5-53BB-4E8D-82D9-C5C601DB8F6E@amazon.com
Whole thread Raw
In response to Re: parse partition strategy string in gram.y  (Japin Li <japinli@hotmail.com>)
Responses Re: parse partition strategy string in gram.y
List pgsql-hackers
Is there a reason why HASH partitioning does not currently support range partition bounds, where the values in the
partitionbounds would refer to the hashed value?
 

The advantage of hash  partition bounds is that they are not domain-specific, as they are for ordinary RANGE
partitions,but they are more flexible than MODULUS/REMAINDER partition bounds.
 

On 10/21/22, 9:48 AM, "Japin Li" <japinli@hotmail.com> wrote:

    CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you
canconfirm the sender and know the content is safe.
 



    On Fri, 21 Oct 2022 at 20:34, Justin Pryzby <pryzby@telsasoft.com> wrote:
    > On Fri, Oct 21, 2022 at 06:22:44PM +0800, Japin Li wrote:
    >> Is there any way to get the regression tests diffs from Cirrus CI?
    >> I did not find the diffs in [1].
    >>
    >> [1] https://cirrus-ci.com/build/4721735111540736
    >
    > They're called "main".
    > I'm planning on submitting a patch to rename it to "regress", someday.
    > See also: https://www.postgresql.org/message-id/20221001161420.GF6256%40telsasoft.com

    Oh, thank you very much!  I find it in testrun/build/testrun/main/regress [1].

    [1]
https://api.cirrus-ci.com/v1/artifact/task/6215926717612032/testrun/build/testrun/main/regress/regression.diffs

    --
    Regrads,
    Japin Li.
    ChengDu WenWu Information Technology Co.,Ltd.




pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Decoupling antiwraparound autovacuum from special rules around auto cancellation
Next
From: Nikita Malakhov
Date:
Subject: Re: Pluggable toaster