1. 11 May, 2003 1 commit
    • Tom Lane's avatar
      Disable the recently-added use_physical_tlist optimization in cases · 8f2e53bc
      Tom Lane authored
      where the table contains dropped columns.  If the columns are dropped,
      then their types may be gone as well, which causes ExecTypeFromTL() to
      fail if the dropped columns appear in a plan node's tlist.  This could
      be worked around but I don't think the optimization is valuable enough
      to be worth the trouble.
      8f2e53bc
  2. 10 May, 2003 6 commits
  3. 09 May, 2003 13 commits
  4. 08 May, 2003 7 commits
  5. 07 May, 2003 5 commits
  6. 06 May, 2003 8 commits