Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2520cf8

Browse files
committed
Fix test failure with non-MULTIPLICITY Perl interpreters.
Per buildfarm.
1 parente6f1e56 commit2520cf8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎src/pl/plperl/expected/plperl_setup.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ SELECT foo1();
3232
1
3333
(1 row)
3434

35+
-- Must reconnect to avoid failure with non-MULTIPLICITY Perl interpreters
36+
\c -
37+
SET ROLE regress_user1;
3538
-- Should be able to change privileges on the language
3639
revoke all on language plperl from public;
3740
SET ROLE regress_user2;

‎src/pl/plperl/sql/plperl_setup.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ CREATE EXTENSION plperlu; -- fail
3131
CREATEFUNCTIONfoo1() returnsint language plperlas'1;';
3232
SELECT foo1();
3333

34+
-- Must reconnect to avoid failure with non-MULTIPLICITY Perl interpreters
35+
\c-
36+
37+
SET ROLE regress_user1;
38+
3439
-- Should be able to change privileges on the language
3540
revoke allon language plperlfrom public;
3641

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp