pgsql: Fix contrib/hstore to throw an error for keys or values that

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix contrib/hstore to throw an error for keys or values that
Дата
Msg-id 20090315220544.A35E2754ADE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix contrib/hstore to throw an error for keys or values that don't fit in its
data structure, rather than silently truncating them.  Andrew Gierth

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/hstore:
        README.hstore (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/README.hstore?r1=1.4&r2=1.4.2.1)
        hstore.h (r1.2 -> r1.2.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.h?r1=1.2&r2=1.2.2.1)
        hstore_io.c (r1.5 -> r1.5.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c?r1=1.5&r2=1.5.2.1)
        hstore_op.c (r1.2 -> r1.2.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_op.c?r1=1.2&r2=1.2.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix contrib/hstore to throw an error for keys or values that
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Add -w option to --help output.