Skip to content

Commit

Permalink
update normalize rule
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jun 1, 2020
1 parent 4c9bdc8 commit 96452cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/bin/normalize.sed
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ s/ *$//g

# pg12 changes
s/Partitioned table "/Table "/g
s/\) TABLESPACE pg_default$/\)/g
s/\) TABLESPACE pg_default/\)/g
s/invalid input syntax for type /invalid input syntax for /g
s/_id_ref_id_fkey/_id_fkey/g
s/_ref_id_id_fkey_/_ref_id_fkey_/g
Expand Down

0 comments on commit 96452cb

Please sign in to comment.