1. 21 10月, 2002 3 次提交
    • B
      Remove trailing blanks in cvs.sgml. · 76cadb59
      Bruce Momjian 提交于
      76cadb59
    • T
      Fix potential problem with btbulkdelete deleting an indexscan's current · 13416a1f
      Tom Lane 提交于
      item, if the page containing the current item is split while the indexscan
      is stopped and holds no read-lock on the page.  The current item might
      move right onto a page that the indexscan holds no pin on.  In the prior
      code this would allow btbulkdelete to reach and possibly delete the item,
      causing 'my bits moved right off the end of the world!' when the indexscan
      finally resumes.  Fix by chaining read-locks to the right during
      _bt_restscan and requiring btbulkdelete to LockBufferForCleanup on every
      page it scans, not only those with deletable items.  Per my pghackers
      message of 25-May-02.  (Too bad no one could think of a better way.)
      13416a1f
    • T
      Fix core dump recently introduced into pgbench. · 4d1aaeda
      Tom Lane 提交于
      4d1aaeda
  2. 20 10月, 2002 22 次提交
  3. 19 10月, 2002 15 次提交