Re: Improving the names generated for indexes on expressions - Mailing list pgsql-hackers

From solai v
Subject Re: Improving the names generated for indexes on expressions
Date
Msg-id CAF0whucMgOk431UaQHkerL=MM_RKQP7VM4Fzw0mjVByn2Gavwg@mail.gmail.com
Whole thread
List pgsql-hackers
Hi,

> In any event, the cfbot has been nagging me that this patch needs
> a rebase, so here's v3.  The only change from v2 is that there are
> some new test cases in indexing.sql that need adjustment.
>

I applied the v3 patch and tested it.
The patch applied and built successfully.I reran the expression index
test cases i had used previously,including function,operator,JSON
,nested function ,and partitioned expression indexes.The generated
index names remained descriptive and behaved as expected.
I also run make check ,and all regression tests passed successfully.
The indexing regression test failure that i reported  while testing v2
appears to be resolved in this version.

Regards,
Solai



pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: postgres_fdw: Emit message when batch_size is reduced
Next
From: Dilip Kumar
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication