1. 09 Oct, 2008 1 commit
    • Heikki Linnakangas's avatar
      Force a checkpoint in CREATE DATABASE before starting to copy the files, · db31adda
      Heikki Linnakangas authored
      to process any pending unlinks for the source database.
      
      Before, if you dropped a relation in the template database just before
      CREATE DATABASE, and a checkpoint happened during copydir(), the checkpoint
      might delete a file that we're just about to copy, causing lstat() in
      copydir() to fail with ENOENT.
      
      Backpatch to 8.3, where the pending unlinks were introduced.
      
      Per report by Matthew Wakeling and analysis by Tom Lane.
      db31adda
  2. 08 Oct, 2008 1 commit
  3. 07 Oct, 2008 8 commits
  4. 06 Oct, 2008 11 commits
  5. 05 Oct, 2008 8 commits
  6. 04 Oct, 2008 3 commits
  7. 03 Oct, 2008 4 commits
  8. 02 Oct, 2008 4 commits