On Fri, Aug 26, 2022 at 10:14 AM Nathan Bossart <[email protected]> wrote: > > > +test_lfind8_internal(uint8 key) [...] > > + elog(ERROR, "pg_lfind8() found nonexistent element <= > > '0x%x'", key + 1); > > +} > > nitpick: Shouldn't the elog() calls use "==" instead of "<=" for this one?
Good catch, will fix. -- John Naylor EDB: http://www.enterprisedb.com
