Remove trailing whitespace during normalization in test output

pull/3336/head
Jelte Fennema 2019-12-23 15:04:49 +01:00
parent b815425d2c
commit 8fae3ed800
1 changed files with 3 additions and 0 deletions

View File

@ -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