hstore-new - hstore-new: fix leakage of wasted space on concatenation

Поиск
Список
Период
Сортировка
От andrewsn@pgfoundry.org (User Andrewsn)
Тема hstore-new - hstore-new: fix leakage of wasted space on concatenation
Дата
Msg-id 20090723195357.1C0961072079@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
fix leakage of wasted space on concatenation (bug inherited from old hstore
code). Add regression tests to check data size output from everything that
returns an hstore.

(The bug would cause assert failures or incorrect hash values from hstore_hash)

Modified Files:
--------------
    hstore-new:
        hstore_op.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore_op.c?r1=1.3&r2=1.4)
    hstore-new/expected:
        hstore.out (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/expected/hstore.out?r1=1.3&r2=1.4)
    hstore-new/sql:
        hstore.sql (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/sql/hstore.sql?r1=1.3&r2=1.4)

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

Предыдущее
От: alexk@pgfoundry.org (User Alexk)
Дата:
Сообщение: deny-updates - trunk: Add allow_on_condition function to allow trigger
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: In a non-hashed Agg node, reset the "aggcontext" at group