Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str

Julien Rouhaud <[email protected]> Thu, 2 Jan 2020 23:35:24 +0100
Newsgroups gmane.comp.db.postgresql.devel.cvs
Message-ID <CAOBaU_ZBbqVpgv8QJ0LkMqUdTAFOGfqBZp5FkeUhbxxtdu2Suw@mail.gmail.com>
On Thu, Jan 2, 2020 at 7:50 PM Tom Lane <[email protected]> wrote:
>
> Julien Rouhaud <[email protected]> writes:
> > On Thu, Jan 2, 2020 at 6:41 PM Tom Lane <[email protected]> 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.

Ah indeed I see, thanks.