pgsql/src/backend/access/gist gist.c gistget.c

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/backend/access/gist gist.c gistget.c
Дата
Msg-id 200105151414.f4FEEnc43589@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/05/15 10:14:49

Modified files:
    src/backend/access/gist: gist.c gistget.c

Log message:
    we found a problem in GiST with massive insert/update operations
    with many NULLs ( inserting of NULL into indexed field cause
    ERROR: MemoryContextAlloc: invalid request size)
    As a workaround 'vacuum analyze' could be used.

    This patch resolves the problem, please upply to 7.1.1 sources and
    current cvs tree.

    Oleg Bartunov


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

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc/src/sgml wal.sgml
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/executor nodeSubqueryscan.c