mirror of https://github.com/citusdata/citus.git
Remove trailing whitespace during normalization in test output
parent
b815425d2c
commit
8fae3ed800
|
@ -65,6 +65,9 @@ s/"(ref_table_[0-9]_|ref_table_[0-9]_value_fkey_)[0-9]+"/"\1xxxxxxx"/g
|
|||
/^LINE [0-9]+:.*$/d
|
||||
/^ *\^$/d
|
||||
|
||||
# Remove trailing whitespace
|
||||
s/ *$//g
|
||||
|
||||
# pg12 changes
|
||||
s/Partitioned table "/Table "/g
|
||||
s/\) TABLESPACE pg_default$/\)/g
|
||||
|
|
Loading…
Reference in New Issue