diff options
author | Tom Lane | 2011-02-23 00:23:23 +0000 |
---|---|---|
committer | Tom Lane | 2011-02-23 00:24:40 +0000 |
commit | bdca82f44d0e0168dece56cbd53b54ba142f328f (patch) | |
tree | 0a627b98d399ddce7b4523cf1d138e721a860f9d /src/tutorial | |
parent | 1c51c7d5ffd407426f314b2cd317ef77f14efb1f (diff) |
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
The recent additions for FDW support required checking foreign-table-ness
in several places in the parse/plan chain. While it's not clear whether
that would really result in a noticeable slowdown, it seems best to avoid
any performance risk by keeping a copy of the relation's relkind in
RangeTblEntry. That might have some other uses later, anyway.
Per discussion.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions