pgsql: Load FK defs into relcache for use by planner - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Load FK defs into relcache for use by planner
Date
Msg-id E1ao7oK-0008Pu-OY@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Load FK defs into relcache for use by planner  (Peter Geoghegan <pg@heroku.com>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Generic Messages for Logical Decoding
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Generic Messages for Logical Decoding