mirror of https://github.com/citusdata/citus.git
Add more normalization rules
parent
e33ba7da9e
commit
616b1758c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue