On Wed, Sep 2, 2026 at 10:22 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Richard Guo <guofenglinux(at)gmail(dot)com> writes:
> > I noticed that several other test files use COLLATE "C" when sorting
> > by names, so that the order is independent of the database's default
> > collation. So I end up using ORDER BY conname COLLATE "C" in v2.
> That looks good to me.
Thanks! Pushed.
- Richard