postgresql/src/pl/plperl/expected
Tom Lane 8d5573b92e Don't specify number of dimensions in cases where we don't know it.
A few places in array_in() and plperl would report a misleading value
(always MAXDIM+1) for the number of dimensions in the input, because
we'd error out as soon as that was clearly too large rather than
scanning the entire input.  There doesn't seem to be much value in
offering the true number, at least not enough to justify the extra
complication involved in trying to get it.  So just remove that
parenthetical remark.  We already have other places that do it
like that, anyway.

Per suggestions from Alexander Lakhin and Heikki Linnakangas.

Discussion: https://postgr.es/m/2794005.1683042087@sss.pgh.pa.us
2023-11-17 11:29:46 -05:00
..
plperl.out Fix pl/perl test case so it will still work under Perl 5.36. 2022-06-01 16:15:47 -04:00
plperl_array.out Don't specify number of dimensions in cases where we don't know it. 2023-11-17 11:29:46 -05:00
plperl_call.out Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
plperl_elog.out Fix plperl to handle non-ASCII error message texts correctly. 2015-09-29 10:52:22 -04:00
plperl_elog_1.out Fix plperl to handle non-ASCII error message texts correctly. 2015-09-29 10:52:22 -04:00
plperl_init.out Fix missed corner cases for grantable permissions on GUCs. 2022-07-19 17:21:55 -04:00
plperl_lc.out Remove recently added PL/Perl encoding tests 2012-07-17 13:26:25 -04:00
plperl_lc_1.out Remove recently added PL/Perl encoding tests 2012-07-17 13:26:25 -04:00
plperl_plperlu.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
plperl_setup.out tests: Rename conflicting role names 2022-10-05 10:43:13 -07:00
plperl_shared.out Remember the source GucContext for each GUC parameter. 2011-10-04 16:13:50 -04:00
plperl_transaction.out Fix SPI's handling of errors during transaction commit. 2022-02-28 12:45:36 -05:00
plperl_trigger.out Generated columns 2019-03-30 08:15:57 +01:00
plperl_util.out Support domains over composite types in PL/Perl. 2017-10-28 14:02:21 -04:00
plperlu.out Rearrange the handling of error context reports. 2015-09-05 11:58:33 -04:00