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 <[email protected]> Discussion: https://postgr.es/m/CAH2-Wz=KjQsD2W2a=b51uH905=0mf6le4evhwkn2fl1+urp...@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(+)
