From c662e68e44212bca35c864d381d4f9fc20f0a40a Mon Sep 17 00:00:00 2001 From: Naisila Puka <37271756+naisila@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:47:36 +0300 Subject: [PATCH] Remove redundant normalize (#7794) Redundant from this commit https://github.com/citusdata/citus/commit/acd7b1e690c2a73b9ca5394df57a272eebbfae02 --- src/test/regress/bin/normalize.sed | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/regress/bin/normalize.sed b/src/test/regress/bin/normalize.sed index 395cc349f..4fe2cc673 100644 --- a/src/test/regress/bin/normalize.sed +++ b/src/test/regress/bin/normalize.sed @@ -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