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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy