diff --git a/src/test/regress/bin/normalize.sed b/src/test/regress/bin/normalize.sed index 19bbdaaea..2c95403b9 100644 --- a/src/test/regress/bin/normalize.sed +++ b/src/test/regress/bin/normalize.sed @@ -116,6 +116,12 @@ s/(ERROR: |WARNING: |error:) server closed the connection unexpectedly/\1 connec /^\s*connection not open$/d #endif /* (PG_VERSION_NUM >= PG_VERSION_13) && (PG_VERSION_NUM < PG_VERSION_14) */ +# Changed outputs after minor bump to PG14.5 and PG13.8 +s/(ERROR: |WARNING: |error:) invalid socket/\1 connection not open/g + +# Extra outputs after minor bump to PG14.5 and PG13.8 +/^\s*invalid socket$/d + # intermediate_results s/(ERROR.*)pgsql_job_cache\/([0-9]+_[0-9]+_[0-9]+)\/(.*).data/\1pgsql_job_cache\/xx_x_xxx\/\3.data/g