Обсуждение: pgsql: Fix query checking consistency of table amhandlers in opr_sanity

Поиск
Список
Период
Сортировка

pgsql: Fix query checking consistency of table amhandlers in opr_sanity

От
Michael Paquier
Дата:
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3dadeef5d9ffe94deac926d7266a2ec64795e159

Modified Files
--------------
src/test/regress/expected/opr_sanity.out | 2 +-
src/test/regress/sql/opr_sanity.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)