Skip to content

Commit

Permalink
Revert "Fix Test Failure in multi-mx in PG17 (#7722)"
Browse files Browse the repository at this point in the history
This reverts commit e4040dd.

Reverting for now as this commit is fixing more than one thing
at once at multi_extension.out file

Its a harmless revert for testing purposes
  • Loading branch information
naisila committed Nov 10, 2024
1 parent b4c9579 commit 04a8f6a
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 4,047 deletions.
5 changes: 0 additions & 5 deletions src/test/regress/bin/normalize.sed
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,3 @@ s/permission denied to terminate process/must be a superuser to terminate superu
s/permission denied to cancel query/must be a superuser to cancel superuser query/g

#endif /* PG_VERSION_NUM < PG_VERSION_16 */

# pg17 changes

# multi_mx_router_planner normalize public.pg_temp_xxxxx
s/DEBUG: drop auto-cascades to type public\.pg_temp_[0-9]+/DEBUG: drop auto-cascades to type public.pg_temp_xxxxx/g
5 changes: 0 additions & 5 deletions src/test/regress/expected/ch_bench_having_mx.out
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
-- Two alternative test outputs:
-- ch_bench_having_mx.out for PG16 and before
-- ch_bench_having_mx_0.out for PG17
-- related commit
-- https://github.com/postgres/postgres/commit/fd0398fc
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 1640000;
SET citus.shard_replication_factor to 1;
SET citus.shard_count to 4;
Expand Down
Loading

0 comments on commit 04a8f6a

Please sign in to comment.