Re: Two test failures on v16 (compared to v14) - Mailing list pgsql-general

From Tom Lane
Subject Re: Two test failures on v16 (compared to v14)
Date
Msg-id 2840272.1707923366@sss.pgh.pa.us
Whole thread Raw
In response to Two test failures on v16 (compared to v14)  (Dominique Devienne <ddevienne@gmail.com>)
List pgsql-general
Dominique Devienne <ddevienne@gmail.com> writes:
> Just an FYI. Running the same test suite against V16 triggered two failures.
> ...
> Second, a LO test failed to open a given OID.
> The test starts a read-only transaction, then tries a loOpen(oid,
> INV_WRITE),
> but does only a loRead(). Now in v16, the loOpen fails, returning -1, while
> it used to be OK.
> So this must be a bug fix of some kind I guess. Using INV_READ fixed the
> test.

Yup, see commit 55f480278

            regards, tom lane



pgsql-general by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: Using a Conversion Table
Next
From: Greg Sabino Mullane
Date:
Subject: Re: Postgres pg_cron extension