Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, SATYANARAYANA NARLAPURAM <satyanarlapuram(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
Date: 2026-04-24 06:52:38
Message-ID: 93f7f937-2b97-427f-988d-59108f978486@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15.04.26 17:07, Ashutosh Bapat wrote:
> I merged this test into an existing test to avoid adding yet another
> query in the file that has many many queries already. Yes, an explicit
> collation test is not needed separately.
>
> While at it I added comments to explain why we aren't performing
> en-masse collation assignment on a GraphTable or GraphPathPattern.
>
> Please let me know what you think of the attached patch.

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2026-04-24 06:56:36 Re: PoC - psql - emphases line with table name in verbose output
Previous Message Amit Kapila 2026-04-24 06:50:12 Re: StringInfo fixes, v19 edition. Plus a few oddities