pgsql-server/src/backend/utils/cache relcache.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src/backend/utils/cache relcache.c
Дата
Msg-id 20021115171849.CB85A47E988@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/11/15 12:18:49

Modified files:
    src/backend/utils/cache: relcache.c

Log message:
    Add relcache support for system catalogs with attnotnull columns.
    The code was not making TupleConstr structs for such catalogs in
    several places; with the consequence that the not-null constraint
    wasn't actually enforced.  With this change,
    INSERT INTO pg_proc VALUES('sdf');
    generates a 'Fail to add null value' error instead of a core dump.


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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql-server/src/interfaces/ecpg ChangeLog pre ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/. Tag: REL7_3_STABLE configure co ...