Skip to content

Commit 798d696

Browse files
author
David Christensen
committed
Allow public-qualified difference (fixes issue with Pg 10)
1 parent d720417 commit 798d696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/02_same_schema.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ like ($cp1->run($connect2),
621621
qr{^$label CRITICAL.*Items not matched: 1 .*
622622
\s*Index "public.valen":
623623
\s*"indexdef" is different:
624-
\s*Database 1: CREATE INDEX valen ON gkar USING btree \(garibaldi\)
625-
\s*Database 2: CREATE UNIQUE INDEX valen ON gkar USING btree \(garibaldi\)
624+
\s*Database 1: CREATE INDEX valen ON (?:public\.)?gkar USING btree \(garibaldi\)
625+
\s*Database 2: CREATE UNIQUE INDEX valen ON (?:public\.)?gkar USING btree \(garibaldi\)
626626
\s*"indisunique" is different:
627627
\s*Database 1: f
628628
\s*Database 2: t\s*$}s,

0 commit comments

Comments
 (0)