Skip to content

Commit a277536

Browse files
committed
Make drop language quiet
1 parent bfdb64d commit a277536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/02_same_schema.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ eval { $dbh2->do(q{CREATE USER alternate_owner}, { RaiseError => 0, PrintError =
2626
$dbh3 = $cp3->test_database_handle();
2727
$dbh3->{AutoCommit} = 1;
2828
eval { $dbh3->do(q{CREATE USER alternate_owner}, { RaiseError => 0, PrintError => 0 }); };
29+
$dbh3->do(q{SET client_min_messages = 'WARNING'});
2930
$dbh3->do('DROP LANGUAGE IF EXISTS plperlu');
3031

3132
my $connect1 = qq{--dbuser=$cp1->{testuser} --dbhost=$cp1->{shorthost}};
@@ -79,7 +80,6 @@ sub drop_language {
7980

8081
} ## end of drop_language
8182

82-
#goto TRIGGER; ## ZZZ
8383

8484
#/////////// Languages
8585

@@ -118,7 +118,6 @@ drop_language('plpgsql', $dbh3);
118118
$t = qq{$S reports on language differences};
119119
like ($cp1->run($connect3), qr{^$label OK}, $t);
120120

121-
122121
#/////////// Users
123122

124123
$t = qq{$S reports on user differences};

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