Skip to content

Commit deb016e

Browse files
committed
No need to tweak client_min_messages in t/02_pgagent_jobs
1 parent 8d93774 commit deb016e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/02_pgagent_jobs.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ $dbh->{AutoCommit} = 1;
2727
$dbh->do('DROP SCHEMA IF EXISTS pgagent CASCADE');
2828

2929
$dbh->do(q{
30-
SET client_min_messages TO warning;
31-
3230
CREATE SCHEMA pgagent;
3331
3432
CREATE TABLE pgagent.pga_job (
@@ -56,7 +54,6 @@ $dbh->do(q{
5654
jslresult int4 NULL,
5755
jsloutput text
5856
);
59-
RESET client_min_messages;
6057
});
6158
END { $dbh->do('DROP SCHEMA IF EXISTS pgagent CASCADE'); }
6259

0 commit comments

Comments
 (0)