]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit5618ece82b49c06c6ee9509f07760b8e5b283973
treea1808232a046fba0209b8dbd3765ee23f11a15e5
parent673a30fbb2b665aac9a5f660986be73aab8fc59a
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