Re: foreign_key test is sensitive to the OID counter

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: foreign_key test is sensitive to the OID counter
Date: 2026-09-02 05:27:26
Message-ID: CAMbWs480CbjE1Nn=4a=KicD=h_pH7Y2POmpVvT83+-2U0+fYNA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2026-09-02 05:37:23 Re: remove_useless_joins vs. bug #19560
Previous Message Fujii Masao 2026-09-02 05:26:47 Re: REPACK (ANALYZE) within transaction block segfaults