Fix query checking consistency of table amhandlers in opr_sanity.sql
authorMichael Paquier <[email protected]>
Wed, 22 Nov 2023 00:32:42 +0000 (09:32 +0900)
committerMichael Paquier <[email protected]>
Wed, 22 Nov 2023 00:32:42 +0000 (09:32 +0900)
commitdeec80ef11d1f0312d1761cb4d6d529bc1de5974
treebec5e39afc9781bb4f3a81b11ec6766987ad4a61
parent4f8d3c5b5adeb0bdaf7e8d58678725c58b51dcff
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/[email protected]
Backpatch-through: 12
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql