pgsql: Code review for array_fill patch: fix inadequate check for array - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Code review for array_fill patch: fix inadequate check for array
Date
Msg-id 20080721044700.CF22B754A86@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.442 -> r1.443)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.442&r2=1.443)
    pgsql/src/backend/utils/adt:
        arrayfuncs.c (r1.146 -> r1.147)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.146&r2=1.147)
    pgsql/src/test/regress/expected:
        arrays.out (r1.37 -> r1.38)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/arrays.out?r1=1.37&r2=1.38)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: test/Makefile: add DEFS to cflags