forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f30226
committed
Fix query checking consistency of table amhandlers in opr_sanity.sql
As written, the query checked for an access method of type 's', which isnot an AM type supported in the core code.Error introduced by8586bf7. As this query is not checking what itshould, backpatch all the way down.Reviewed-by: Aleksander AlekseevDiscussion:https://postgr.es/m/ZVxJkAJrKbfHETiy@paquier.xyzBackpatch-through: 121 parent3af101c commit2f30226
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1920 | 1920 |
| |
1921 | 1921 |
| |
1922 | 1922 |
| |
1923 |
| - | |
| 1923 | + | |
1924 | 1924 |
| |
1925 | 1925 |
| |
1926 | 1926 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1223 | 1223 |
| |
1224 | 1224 |
| |
1225 | 1225 |
| |
1226 |
| - | |
| 1226 | + | |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
|
0 commit comments
Comments
(0)