Re: pgsql: Reorganize partitioning code

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Reorganize partitioning code
Date: 2018-04-15 03:00:37
Message-ID: CA+HiwqF8d+XqkvF=wNMHgQ7BYPZjy68RTd8cXdBW8=zLRS5_Ww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Thanks for the commit...

On Sun, Apr 15, 2018 at 9:15 AM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> Reorganize partitioning code
>
> There's been a massive addition of partitioning code in PostgreSQL 11,
> with little oversight on its placement, resulting in a
> catalog/partition.c with poorly defined boundaries and responsibilities.
> This commit tries to set a couple of distinct modules to separate things
> a little bit. There are no code changes here, only code movement.
>
> There are three new files:
> src/backend/utils/cache/partcache.c
> src/include/partitioning/partdefs.h
> src/include/utils/partcache.h

And:

> src/backend/partitioning/partbounds.c | 2315 ++++++++++++++++

Thanks,
Amit

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2018-04-15 09:08:27 Re: pgsql: Revert "Allow on-line enabling and disabling of data checksums"
Previous Message Tom Lane 2018-04-15 01:01:11 pgsql: Simplify view-expansion code in rewriteHandler.c.