pgsql: Fix query checking consistency of table amhandlers in opr_sanity

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix query checking consistency of table amhandlers in opr_sanity
Date: 2023-11-22 00:33:19
Message-ID: E1r5bB8-006bpA-ON@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5747f68ae2cb2fd0d66939f5343f83a5e474a166

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-22 01:09:44 pgsql: doc: FreeBSD uses camcontrol identify, not atacontrol, for cache
Previous Message Bruce Momjian 2023-11-21 20:32:27 pgsql: doc: vacuum_cost_limit controls when vacuum_cost_delay happens