postgresql/src/include/nodes
Robert Haas 60f7c0abef Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
The previous convention doesn't lend itself to creating ResultRelInfos
lazily, as we already do in ExecGetTriggerResultRel.  This patch
doesn't make anything lazier than before, but the pending patch for
UPDATE tuple routing proposes to do so (and there might be other
opportunities as well).

Amit Khandekar with some adjustments by me.

Discussion: http://postgr.es/m/CA+TgmoYPVP9Lyf6vUFA5DwxS4c--x6LOj2y36BsJaYtp62eXPQ@mail.gmail.com
2017-10-12 16:50:53 -04:00
..
bitmapset.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
execnodes.h Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing. 2017-10-12 16:50:53 -04:00
extensible.h Basic partition-wise join functionality. 2017-10-06 11:11:10 -04:00
lockoptions.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
makefuncs.h Allow multiple tables to be specified in one VACUUM or ANALYZE command. 2017-10-03 18:53:44 -04:00
memnodes.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nodeFuncs.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nodes.h Allow multiple tables to be specified in one VACUUM or ANALYZE command. 2017-10-03 18:53:44 -04:00
params.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
parsenodes.h pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 2017-10-11 19:52:46 -04:00
pg_list.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plannodes.h pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 2017-10-11 19:52:46 -04:00
primnodes.h Support arrays over domains. 2017-09-30 13:40:56 -04:00
print.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
readfuncs.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
relation.h Basic partition-wise join functionality. 2017-10-06 11:11:10 -04:00
replnodes.h Add a WAIT option to DROP_REPLICATION_SLOT 2017-09-01 13:44:14 +02:00
tidbitmap.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
value.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00