Re: pgsql: Reorganize partitioning code - Mailing list pgsql-committers

From Amit Langote
Subject Re: pgsql: Reorganize partitioning code
Date
Msg-id CA+HiwqF8d+XqkvF=wNMHgQ7BYPZjy68RTd8cXdBW8=zLRS5_Ww@mail.gmail.com
Whole thread Raw
In response to pgsql: Reorganize partitioning code  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
Thanks for the commit...

On Sun, Apr 15, 2018 at 9:15 AM, Alvaro Herrera <alvherre@alvh.no-ip.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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Simplify view-expansion code in rewriteHandler.c.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Remove -f option from pg_verify_checksums