diff --git a/src/test/regress/bin/normalize.sed b/src/test/regress/bin/normalize.sed index fb9a10a56..750a8e676 100644 --- a/src/test/regress/bin/normalize.sed +++ b/src/test/regress/bin/normalize.sed @@ -225,5 +225,7 @@ s/^(DEBUG: the index name on the shards of the partition is too long, switching # normalize errors for not being able to connect to a non-existing host s/could not translate host name "foobar" to address: .*$/could not translate host name "foobar" to address: /g +s/ERROR: parallel workers for vacuum must/ERROR: parallel vacuum degree must/g + # ignore PL/pgSQL line numbers that differ on Mac builds s/(CONTEXT: PL\/pgSQL function .* line )([0-9]+)/\1XX/g