Load FK defs into relcache for use by planner
Fastpath ignores this if no triggers defined.
Author: Tomas Vondra, with fastpath and comments added by me
Reviewers: David Rowley, Simon Riggs
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/015e88942aa50f0d419ddac00e63bb06d6e62e86
Modified Files
--------------
src/backend/nodes/outfuncs.c | 13 ++++++
src/backend/optimizer/util/plancat.c | 85 +++++++++++++++++++++++++++++++++++-
src/backend/utils/cache/relcache.c | 75 +++++++++++++++++++++++++++++++
src/include/nodes/nodes.h | 1 +
src/include/nodes/relation.h | 22 ++++++++++
src/include/utils/rel.h | 3 ++
src/include/utils/relcache.h | 1 +
7 files changed, 199 insertions(+), 1 deletion(-)