|
@@ -85,6 +85,8 @@ class ExplainTests(TestCase):
|
|
|
{"settings": True},
|
|
|
{"analyze": True, "wal": True},
|
|
|
]
|
|
|
+ if connection.features.is_postgresql_16:
|
|
|
+ test_options.append({"generic_plan": True})
|
|
|
for options in test_options:
|
|
|
with self.subTest(**options), transaction.atomic():
|
|
|
with CaptureQueriesContext(connection) as captured_queries:
|