Skip to content

Commit

Permalink
Remove redundant normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Dec 20, 2024
1 parent e3db375 commit 40f904a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/regress/bin/normalize.sed
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,3 @@ s/\| CHECK ([a-zA-Z])(.*)/| CHECK \(\1\2\)/g
# supported Postgres version.

/DEBUG: drop auto-cascades to type [a-zA-Z_]*.pg_temp_[0-9]*/d

# Normalize subquery condition in debug logs to standardize across PostgreSQL versions #7731
# https://github.com/postgres/postgres/commit/b262ad44
s/for subquery SELECT id FROM local_dist_join_mixed\.local WHERE \(id IS NOT NULL\)/for subquery SELECT id FROM local_dist_join_mixed.local WHERE true/g

0 comments on commit 40f904a

Please sign in to comment.