Remove redundant normalize

pull/7794/head
naisila 2024-12-20 00:16:10 +03:00
parent e3db375149
commit 40f904aaae
1 changed files with 0 additions and 4 deletions

View File

@ -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