pgsql/src/backend/utils/adt ri_triggers.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt ri_triggers.c
Date: 2001-05-31 17:32:33
Message-ID: 200105311732.f4VHWXx42082@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/05/31 13:32:33

Modified files:
src/backend/utils/adt: 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-31 17:33:03 pgsql/src/backend/utils/adt Tag: REL7_1_STABLE ...
Previous Message Bruce Momjian - CVS 2001-05-31 17:15:41 pgsql/src/pl/plpgsql/src gram.y