pgsql/src/backend/utils/adt Tag: REL7_1_STABLE ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt Tag: REL7_1_STABLE ...
Date: 2001-05-31 17:33:03
Message-ID: 200105311733.f4VHX3U42170@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: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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-31 18:16:55 pgsql/ ontrib/cube/cube.c ontrib/intarray/_int ...
Previous Message Tom Lane 2001-05-31 17:32:33 pgsql/src/backend/utils/adt ri_triggers.c