pgsql: Add _bt_set_startikey row compare test coverage.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add _bt_set_startikey row compare test coverage.
Date: 2026-07-26 16:50:55
Message-ID: E1wo23z-00000000PIr-1CXb@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add _bt_set_startikey row compare test coverage.

Add pg_regress tests that exercise the row compare logic that commit
7d9cd2df added to _bt_set_startikey. Also add tests that exercise the
_bt_set_startikey SAOP array path.

Author: Peter Geoghegan <pg(at)bowt(dot)ie>
Discussion: https://postgr.es/m/CAH2-Wz=KjQsD2W2a=b51uH905=0mF6Le4evhWkN2FL1+uRPhUg@mail.gmail.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/03ec8fc25bbea225c7260a18c702b03d3d38881d

Modified Files
--------------
src/test/regress/expected/btree_index.out | 157 ++++++++++++++++++++++++++++++
src/test/regress/sql/btree_index.sql | 85 ++++++++++++++++
2 files changed, 242 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-07-27 00:53:11 pgsql: Use direct hash lookup in logicalrep_partmap_invalidate_cb()
Previous Message Peter Geoghegan 2026-07-25 21:13:32 pgsql: Add test coverage for nbtree backwards scans.