]> granicus.if.org Git - postgresql/commit
Remove derived fields from RI_QueryKey, and do a bit of other cleanup.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2012 22:50:03 +0000 (18:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2012 22:50:29 +0000 (18:50 -0400)
commit03a5ba24b096a9acbbc9682adc0a27d1db31c570
treeb3dc52da45642fc12d5926e26c96c32246bb458b
parente1e97e93134a8b52861ae801117f94a15da410a4
Remove derived fields from RI_QueryKey, and do a bit of other cleanup.

We really only need the foreign key constraint's OID and the query type
code to uniquely identify each plan we are caching for FK checks.  The
other stuff that was in the struct had no business being used as part of
a hash key, and was all just being copied from struct RI_ConstraintInfo
anyway.  Get rid of the unnecessary fields, and readjust various function
APIs to make them use RI_ConstraintInfo not RI_QueryKey as info source.

I'd be surprised if this makes any measurable performance difference,
but it certainly feels cleaner.
src/backend/utils/adt/ri_triggers.c