From 2049b1a8b42d5d330722fe6e251df3132e51d306 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Fri, 8 Nov 2024 11:16:54 +0000 Subject: [PATCH] review updates --- 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 643a3be58..ebe05bd45 100644 --- a/src/test/regress/bin/normalize.sed +++ b/src/test/regress/bin/normalize.sed @@ -311,10 +311,6 @@ s/permission denied to cancel query/must be a superuser to cancel superuser quer #endif /* PG_VERSION_NUM < PG_VERSION_16 */ # pg17 changes -# can be removed when dropping PG16 support -#if PG_VERSION_NUM >= PG_VERSION_17 # 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 - -#endif /* PG_VERSION_NUM >= PG_VERSION_17 */ \ No newline at end of file