On Wed, Sep 17, 2025 at 3:35 PM jian he <jian.universality@gmail.com> wrote:
>
> On Wed, Sep 17, 2025 at 6:08 AM Dmitry Koval <d.koval@postgrespro.ru> wrote:
> >
> > 2. Patch v56-0001-refactor-v56-check_partitions_for_split.no-cfbot
> > applied with cosmetic changes.
> >
In the previous thread
(https://postgr.es/m/CACJufxGWCVf5r9kE-z6MyR2b+wkaU15Q5m2tKz4cvBhYX3-x1g@mail.gmail.com)
I refactored src/test/regress/sql/partition_merge.sql permission related tests.
attached is refactor for src/test/regress/sql/partition_split.sql
permission related tests.
I grouped the permission-related tests together and
removed unnecessary CREATE ROLE commands.
overall readability improved, i think.