Add very basic test for kill_prior_tuples Previously our tests did not exercise kill_prior_tuples for hash and gist. For gist some related paths were reached, but gist's implementation seems to not work if all the dead tuples are on one page (or something like that). The coverage for other index types was rather incidental.
Thus add an explicit test ensuring kill_prior_tuples works at all. Reviewed-by: Heikki Linnakangas <hlinn...@iki.fi> Discussion: https://postgr.es/m/lxzj26ga6ippdeunz6kuncectr5gfuugmm2ry22qu6hcx6oid6@lzx3sjsqhmt6 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/377b7ab1452418a90d6c46dcef2d4a2d4a4517af Modified Files -------------- src/test/isolation/expected/index-killtuples.out | 355 +++++++++++++++++++++++ src/test/isolation/isolation_schedule | 1 + src/test/isolation/specs/index-killtuples.spec | 127 ++++++++ 3 files changed, 483 insertions(+)