Merge pull request #2797 from citusdata/normalize_name_lengths

Normalize multi_name_lengths.
pull/2777/head
Önder Kalacı 2019-06-25 16:13:30 +02:00 committed by GitHub
commit c37198f0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,6 @@ s/"(on_update_fkey_table_|fkey_)[0-9]+"/"\1xxxxxxx"/g
# In multi_insert_select_conflict, normalize shard name and constraints
s/"(target_table_|target_table_|test_ref_table_)[0-9]+"/"\1xxxxxxx"/g
s/\(col_1\)=\([0-9]+\)/(col_1)=(X)/g
# In multi_name_lengths, normalize shard names
s/name_len_12345678901234567890123456789012345678_fcd8ab6f_[0-9+]/name_len_12345678901234567890123456789012345678_fcd8ab6f_xxxxx/g

View File

@ -7,4 +7,5 @@ failure_savepoints
foreign_key_restriction_enforcement
multi_insert_select
multi_insert_select_conflict
multi_name_lengths
multi_subtransactions