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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e01accdb50ce8f879182edb1b50f3bc9bd78bfa7 Modified Files -------------- src/test/regress/expected/btree_index.out | 157 ++++++++++++++++++++++++++++++ src/test/regress/sql/btree_index.sql | 85 ++++++++++++++++ 2 files changed, 242 insertions(+)
