We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba00ab0 commit efb0423Copy full SHA for efb0423
src/pl/plperl/expected/plperl.out
@@ -656,7 +656,7 @@ CONTEXT: PL/Perl anonymous code block
656
--
657
CREATE OR REPLACE FUNCTION perl_zerob() RETURNS TEXT AS $$
658
return "abcd\0efg";
659
-$$ LANGUAGE plperlu;
+$$ LANGUAGE plperl;
660
SELECT perl_zerob();
661
ERROR: invalid byte sequence for encoding "UTF8": 0x00
662
CONTEXT: PL/Perl function "perl_zerob"
src/pl/plperl/sql/plperl.sql
@@ -429,7 +429,7 @@ DO $do$ use warnings FATAL => qw(void) ; my @y; my $x = sort @y; 1; $do$ LANGUAG
429
430
431
432
433
434
435
-- make sure functions marked as VOID without an explicit return work
0 commit comments