Skip to content

Commit

Permalink
Fix test case for Postgres 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed May 16, 2024
1 parent 43ff7e3 commit 7f84c5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions regress/expected/repack-check_3.out
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,9 @@ ERROR: pg_repack failed with error: ERROR: relation "partitioned_a" does not ex
-- => OK
\! pg_repack --dbname=contrib_regression --parent-table=partitioned_a --parent-table=parent_a --only-indexes
WARNING: ERROR: relation "partitioned_a" does not exist
INFO: repacking indexes of "public.child_a_1"
INFO: repacking index "public.child_a_1_pkey"
INFO: repacking indexes of "public.child_a_2"
INFO: repacking index "public.child_a_2_pkey"
INFO: repacking indexes of "public.parent_a"
INFO: repacking index "public.parent_a_pkey"

0 comments on commit 7f84c5a

Please sign in to comment.