Skip to content
Snippets Groups Projects
  1. Apr 09, 2009
  2. Apr 08, 2009
  3. Apr 07, 2009
  4. Apr 06, 2009
  5. Apr 05, 2009
    • Tom Lane's avatar
      Make ExecInitExpr build the list of SubPlans found in a plan tree in order · eb4c723e
      Tom Lane authored
      of discovery, rather than reverse order.  This doesn't matter functionally
      (I suppose the previous coding dates from the time when lcons was markedly
      cheaper than lappend).  However now that EXPLAIN is labeling subplans with
      IDs that are based on order of creation, this may help produce a slightly
      less surprising printout.
      eb4c723e
Loading