Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

nodeSubplan.c

  • Tom Lane's avatar
    c7ff7663
    Get rid of the separate EState for subplans, and just let them share the · c7ff7663
    Tom Lane authored
    parent query's EState.  Now that there's a single flat rangetable for both
    the main plan and subplans, there's no need anymore for a separate EState,
    and removing it allows cleaning up some crufty code in nodeSubplan.c and
    nodeSubqueryscan.c.  Should be a tad faster too, although any difference
    will probably be hard to measure.  This is the last bit of subsidiary
    mop-up work from changing to a flat rangetable.
    c7ff7663
    History
    Get rid of the separate EState for subplans, and just let them share the
    Tom Lane authored
    parent query's EState.  Now that there's a single flat rangetable for both
    the main plan and subplans, there's no need anymore for a separate EState,
    and removing it allows cleaning up some crufty code in nodeSubplan.c and
    nodeSubqueryscan.c.  Should be a tad faster too, although any difference
    will probably be hard to measure.  This is the last bit of subsidiary
    mop-up work from changing to a flat rangetable.