Re: Improving the names generated for indexes on expressions

From: solai v <solai(dot)cdac(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Improving the names generated for indexes on expressions
Date: 2026-06-05 06:06:53
Message-ID: CAF0whucMgOk431UaQHkerL=MM_RKQP7VM4Fzw0mjVByn2Gavwg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2026-06-05 06:23:33 Re: Proposal: Conflict log history table for Logical Replication
Previous Message Corey Huinker 2026-06-05 05:43:09 Re: postgres_fdw: Emit message when batch_size is reduced