Re: [HACKERS] [POC] hash partitioning - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: [HACKERS] [POC] hash partitioning
Date
Msg-id CAFjFpRdjDUf40jz1pny5BSUfW=5WUvLRy6Ro62az=z11j47mPQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] [POC] hash partitioning  (amul sul <sulamul@gmail.com>)
List pgsql-hackers
On Tue, Oct 10, 2017 at 3:40 PM, amul sul <sulamul@gmail.com> wrote:
>>
>> natts represents the number of attributes, but for the hash partition bound we
>> are not dealing with the attribute so that I have used short-form of dimension,
>> thoughts?
>
> Okay, I think the dimension(dim) is also unfit here.  Any suggestions?
>


I think natts is ok, since we are dealing with the number of
attributes in the pack of datums; esp. when ndatums is already taken.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] [POC] hash partitioning
Next
From: Aleksander Alekseev
Date:
Subject: [HACKERS] Re: [BUGS] 10.0: Logical replication doesn't execute BEFORE UPDATEOF trigger