Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str
Date
Msg-id 8873.1577991037@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Make parser rely more heavily on the ParseNamespaceItemdata str  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: pgsql: Make parser rely more heavily on the ParseNamespaceItemdata str  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-committers
Julien Rouhaud <rjuju123@gmail.com> writes:
> On Thu, Jan 2, 2020 at 6:41 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hmm, the buildfarm seems to think this screwed up something affecting
>> collations.  Looking ...

> Is ORDER BY 1 COLLATE "C" an option here?

Nah, that would just mask the bug not fix it.  See 4d02eb017.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix collation exposed for scalar function in FROM.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Reorder two nbtree.h function prototypes.