pgsql: Fix new RI operator selection code to do the right thing when

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix new RI operator selection code to do the right thing when
Date: 2007-02-16 22:04:02
Message-ID: 20070216220402.DA2F09FBBD2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix new RI operator selection code to do the right thing when working with
an opclass for a generic type such as ANYARRAY. The original coding failed
to check that PK and FK columns were of the same array type. Per discussion
with Tom Dunstan. Also, make the code a shade more readable by not trying
to economize on variables.

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.214 -> r1.215)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.214&r2=1.215)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-16 22:20:02 pgsql: Add: > o Consider reducing on-disk varlena length from four to
Previous Message Bruce Momjian 2007-02-16 21:34:04 pgsql: Reduce the amount of memory "clobbered" for every process title