Fix query checking consistency of table amhandlers in opr_sanity.sql
authorMichael Paquier <michael@paquier.xyz>
Wed, 22 Nov 2023 00:32:37 +0000 (09:32 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 22 Nov 2023 00:32:37 +0000 (09:32 +0900)
commit5747f68ae2cb2fd0d66939f5343f83a5e474a166
tree390da040027c4e052d9dae51fb608630d65b77b8
parent1e468ea4eace4ba150535fba9c752d9ea61e2bdf
Fix query checking consistency of table amhandlers in opr_sanity.sql

As written, the query checked for an access method of type 's', which is
not an AM type supported in the core code.

Error introduced by 8586bf7ed888.  As this query is not checking what it
should, backpatch all the way down.

Reviewed-by: Aleksander Alekseev
Discussion: https://postgr.es/m/ZVxJkAJrKbfHETiy@paquier.xyz
Backpatch-through: 12
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql