Skip to content
Snippets Groups Projects
  1. Oct 25, 2005
  2. Oct 24, 2005
  3. Oct 23, 2005
  4. Oct 22, 2005
  5. Oct 21, 2005
  6. Oct 20, 2005
  7. Oct 19, 2005
    • Tom Lane's avatar
      Ensure that the Datum generated from a whole-row Var contains valid · 07908c9c
      Tom Lane authored
      type ID information even when it's a record type.  This is needed to
      handle whole-row Vars referencing subquery outputs.  Per example from
      Richard Huxton.
      07908c9c
    • Tom Lane's avatar
      Fix oversight in recent changes to enable the 'physical tlist' · 32fcfcdb
      Tom Lane authored
      optimization for subquery and function scan nodes: we can't just do it
      unconditionally, we still have to check whether there is any need for
      a whole-row Var.  I had been thinking that these node types couldn't
      have any system columns, which is true, but that loop is also checking
      for attno zero, ie, whole-row Var.  Fix comment to not be so misleading.
      Per test case from Richard Huxton.
      32fcfcdb
Loading