Re: Error position support for ComputeIndexAttrs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Amul Sul <sulamul(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Error position support for ComputeIndexAttrs
Date: 2026-01-04 19:20:31
Message-ID: 1157445.1767554431@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jian he <jian(dot)universality(at)gmail(dot)com> writes:
> The attached patch only adjusts collate.linux.utf8.out and
> collate.windows.win1252.out, with no other changes.

Pushed with minor adjustments -- mostly, I used indexelem->location
directly instead of going through exprLocation().

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Niyaz Hazigaleyev 2026-01-04 19:32:50 Re: Use Postgres as meson wrap subproject
Previous Message Jim Jones 2026-01-04 19:05:01 Re: WIP - xmlvalidate implementation from TODO list