pgsql: Add _bt_set_startikey row compare test coverage. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Add _bt_set_startikey row compare test coverage.
Date
Msg-id E1wo23z-00000000PIr-1CXb@gemulon.postgresql.org
Whole thread
List 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@bowt.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(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix another empty nbtree index SSI race.
Next
From: Michael Paquier
Date:
Subject: pgsql: Use direct hash lookup in logicalrep_partmap_invalidate_cb()