Re: Error position support for ComputeIndexAttrs

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Amul Sul <sulamul(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Error position support for ComputeIndexAttrs
Date: 2025-12-31 08:13:47
Message-ID: CACJufxHQLuROz_1MjuvNSp+QgtLfNH_noiq18mZBhB8Mk01_=g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 16, 2025 at 9:01 PM Amul Sul <sulamul(at)gmail(dot)com> wrote:
> >
>
> +1, patch looks quite straightforward and pretty much reasonable to me.
>
> Regards,
> Amul

hi.

some failures because I didn't adjust collate.linux.utf8.out and
collate.windows.win1252.out:
https://cirrus-ci.com/build/6690791764000768
https://api.cirrus-ci.com/v1/artifact/task/5658162642026496/testrun/build/testrun/regress/regress/regression.diffs
https://api.cirrus-ci.com/v1/artifact/task/5605386083893248/log/src/test/regress/regression.diffs

The attached patch only adjusts collate.linux.utf8.out and
collate.windows.win1252.out, with no other changes.

--
jian
https://www.enterprisedb.com

Attachment Content-Type Size
v2-0002-Error-position-support-for-index-specifications.patch text/x-patch 27.8 KB
v2-0001-add-Location-to-IndexElem.patch text/x-patch 6.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-31 08:15:49 nbtree: Cache operator family OID in _bt_setup_array_cmp
Previous Message Chao Li 2025-12-31 07:51:55 Fix casting away const in _bt_reorder_array_cmp