Fix query checking consistency of table amhandlers in opr_sanity.sql
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/opr_sanity.out | modified | +1 −1 |
| src/test/regress/sql/opr_sanity.sql | modified | +1 −1 |
Discussion
- Typo with amtype = 's' in opr_sanity.sql 3 messages · 2023-11-21 → 2023-11-22