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

Commit9be3a4e

Browse files
committed
Fix thinko: errmsg -> ereport.
Silly mistake in my commit09cecdf, reported by Erik Rijkers.The fact that the buildfarm didn't find this implies that we are nottesting Perl builds that lack MULTIPLICITY, which is a bit disturbingfrom a coverage standpoint. Until today I'd have said nobody caredabout such configurations anymore; but maybe not.
1 parentbc4996e commit9be3a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,9 @@ select_perl_context(bool trusted)
640640
else
641641
plperl_untrusted_init();
642642
#else
643-
errmsg(ERROR,
644-
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
645-
errmsg("cannot allocate multiple Perl interpreters on this platform")));
643+
ereport(ERROR,
644+
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
645+
errmsg("cannot allocate multiple Perl interpreters on this platform")));
646646
#endif
647647
}
648648

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp