Skip to content

Commit 00f2d12

Browse files
tianzhouclaude
andcommitted
test: skip issue_414 view-chain dependency test on PG 14/15
The dependency/issue_414_function_returns_deferred_view_chain test fails on PostgreSQL 14/15 due to the pg_get_viewdef() formatting difference (table-qualified column names) rather than a missing feature. Add it to skipListPG14_15 alongside the other view tests skipped for this reason. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5aa1522 commit 00f2d12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testutil/skip_list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var skipListPG14_15 = []string{
2626
"create_materialized_view/drop_materialized_view",
2727
"dependency/table_to_materialized_view",
2828
"dependency/issue_300_function_table_composite_type",
29+
"dependency/issue_414_function_returns_deferred_view_chain",
2930

3031
// Online materialized view index tests - depend on materialized view definitions
3132
"online/add_materialized_view_index",

0 commit comments

Comments
 (0)