1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00
Files
postgres/src/backend
Tom Lane bdca82f44d 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.
2011-02-22 19:24:40 -05:00
..
2011-02-08 23:04:18 +02:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2010-09-20 22:08:53 +02:00
2011-02-04 15:52:21 -05:00
2011-01-01 13:18:15 -05:00
2011-02-18 11:59:57 +01:00
2011-02-12 15:55:18 +02:00
2010-09-20 22:08:53 +02:00