]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix query checking consistency of table amhandlers in opr_sanity.sql
authorMichael Paquier <michael@paquier.xyz>
Wed, 22 Nov 2023 00:32:34 +0000 (09:32 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 22 Nov 2023 00:32:34 +0000 (09:32 +0900)
commit63e045c2dcf53eb56d2851acc1236c31f3098a95
tree1c80aee8f3a80aeec4dcd050838d8d6d54779dc1
parent0177fc773e3c6cfafbcfc8e447c013bd2dfe3672
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