1. 19 4月, 1999 1 次提交
    • T
      After transforming a CASE expr with a default argument, · 2deef968
      Tom Lane 提交于
      delete the default argument from the node.  This prevents the executor
      from spitting up on the untransformed argument expression.  Typical
      failure was:
      select (case f1 when 'val' then 'subst' else f1 end) from t1;
      ERROR:  copyObject: don't know how to copy 704
      2deef968
  2. 18 4月, 1999 3 次提交
  3. 17 4月, 1999 1 次提交
  4. 16 4月, 1999 4 次提交
  5. 15 4月, 1999 16 次提交
  6. 14 4月, 1999 6 次提交
  7. 13 4月, 1999 6 次提交
  8. 12 4月, 1999 2 次提交
  9. 11 4月, 1999 1 次提交
    • T
      Repair problems seen when CREATE OPERATOR mentions a · 50eb8b7d
      Tom Lane 提交于
      not-yet-defined operator in commutator, negator, etc links.  This is
      necessary in order to ensure that a pg_dump dump of user-defined operators
      can be reloaded.  There may still be a bug lurking here, because it's
      provoking a 'Buffer Leak' notice message in one case.  See my mail to
      pgsql-hackers.
      50eb8b7d