Code review for array_fill patch: fix inadequate check for array size overflow
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jul 2008 04:47:00 +0000 (04:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jul 2008 04:47:00 +0000 (04:47 +0000)
commit99a078fb6a268ba388e948722ff3d5812a80562a
tree18ad9f48d64618666d37bb58f3e2feacc1582ffb
parentbaa882b250fe205cbc84dace676330e641c85a5c
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