Code review for array_fill patch: fix inadequate check for array size overflow
commit346207b4586bde088e3c9615921d80fc3d382bf1
authortgl <tgl>
Mon, 21 Jul 2008 04:47:00 +0000 (21 04:47 +0000)
committertgl <tgl>
Mon, 21 Jul 2008 04:47:00 +0000 (21 04:47 +0000)
tree815877aeef56edccff3553dd7011848ee3b05071
parentb088ad952031cfe45717f480fa8b0e2c00042e78
Code review for array_fill patch: fix inadequate check for array size overflow
and bogus documentation (dimension arrays are int[] not anyarray).  Also the
errhint() messages seem to be really errdetail(), since there is nothing
heuristic about them.  Some other trivial cosmetic improvements.
doc/src/sgml/func.sgml
src/backend/utils/adt/arrayfuncs.c
src/test/regress/expected/arrays.out