postgresql/src/pl
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 Don't specify number of dimensions in cases where we don't know it. 2023-11-17 11:29:46 -05:00
plpgsql Make ResourceOwners more easily extensible. 2023-11-08 13:30:50 +02:00
plpython Remove distprep 2023-11-06 15:18:04 +01:00
tcl Fix capitalization of "Tcl" 2023-11-14 10:44:44 +01:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00