1. 23 9月, 2004 2 次提交
    • T
      Issue a CHECKPOINT just after creating the regression database. Without · 5d9f5c20
      Tom Lane 提交于
      this, it's hard to debug core-dump test failures, because WAL replay will
      enthusiastically remove the core file (along with the rest of the
      regression database directory).  Per recent discussion, not to mention
      bitter experience.
      5d9f5c20
    • T
      Adjust ExecMakeTableFunctionResult to produce a single all-nulls row · bebaf706
      Tom Lane 提交于
      when a function that returns a single tuple (not a setof tuple) returns
      NULL.  This seems to be the most consistent behavior.  It would have
      taken a bit less code to make it return an empty table (zero rows) but
      ISTM a non-SETOF function ought always return exactly one row.  Per
      bug report from Ivan-Sun1.
      bebaf706
  2. 22 9月, 2004 3 次提交
  3. 21 9月, 2004 6 次提交
  4. 20 9月, 2004 7 次提交
  5. 19 9月, 2004 1 次提交
  6. 18 9月, 2004 10 次提交
  7. 17 9月, 2004 8 次提交
  8. 16 9月, 2004 2 次提交
  9. 15 9月, 2004 1 次提交