1. 17 Feb, 2011 1 commit
    • Tom Lane's avatar
      Fix bogus test for hypothetical indexes in get_actual_variable_range(). · a2095f7f
      Tom Lane authored
      That function was supposing that indexoid == 0 for a hypothetical index,
      but that is not likely to be true in any non-toy implementation of an index
      adviser, since assigning a fake OID is the only way to know at EXPLAIN time
      which hypothetical index got selected.  Fix by adding a flag to
      IndexOptInfo to mark hypothetical indexes.  Back-patch to 9.0 where
      get_actual_variable_range() was added.
      
      Gurjeet Singh
      a2095f7f
  2. 16 Feb, 2011 13 commits
  3. 15 Feb, 2011 18 commits
  4. 14 Feb, 2011 8 commits