pgsql-server/src/backend/utils/cache relcache.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/utils/cache relcache.c
Date
Msg-id 20021115171849.CB85A47E988@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ChangeLog pre ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/. Tag: REL7_3_STABLE configure co ...