pgsql: Code review for array_fill patch: fix inadequate check for array

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Code review for array_fill patch: fix inadequate check for array
Дата
Msg-id 20080721044700.CF22B754A86@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: test/Makefile: add DEFS to cflags