pgsql/src/backend/utils/adt Tag: REL7_1_STABLE ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt Tag: REL7_1_STABLE ...
Date
Msg-id 200105311733.f4VHX3U42170@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/05/31 13:33:03

Modified files:
    src/backend/utils/adt: Tag: REL7_1_STABLE ri_triggers.c

Log message:
    RI triggers would fail for datatypes using old-style equal function,
    because cached fmgr info contained reference to a shorter-lived data
    structure.  Also guard against possibility that fmgr_info could fail,
    leaving an incomplete entry present in the hash table.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/adt ri_triggers.c
Next
From: Tom Lane
Date:
Subject: pgsql/ ontrib/cube/cube.c ontrib/intarray/_int ...