Re: Optimize referential integrity checks (todo item)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Dean Rasheed <dean.a.rasheed@gmail.com>, Vik Reykja <vikreykja@gmail.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-08-27T20:37:25Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Mon, Aug 27, 2012 at 09:10:35PM +0100, Dean Rasheed wrote:
>> It's listed under https://wiki.postgresql.org/wiki/Todo#Referential_Integrity
>> 
>> I think the main points mentioned there have now all been taken care of.

> Ah, got it.  Marked as done.

IMO the second point is done but the first is not: there's still a
question of whether we could remove the trigger-time checks for equality
now that there's an upstream filter.  Possibly break the TODO entry in
two so that you can properly show what's done.

			regards, tom lane