normalize.sed update

pull/7722/head
Mehmet Yilmaz 2024-11-07 09:46:16 +00:00
parent 217a87c848
commit ff3b514276
1 changed files with 8 additions and 1 deletions

View File

@ -310,4 +310,11 @@ s/permission denied to cancel query/must be a superuser to cancel superuser quer
#endif /* PG_VERSION_NUM < PG_VERSION_16 */ #endif /* PG_VERSION_NUM < PG_VERSION_16 */
s/DEBUG: drop auto-cascades to type public\.pg_temp_[0-9]\+/DEBUG: drop auto-cascades to type public.pg_temp_xxxxx/g # 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 */