mirror of https://github.com/postgres/postgres
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.REL8_5_ALPHA1_BRANCH
parent
3437286356
commit
db31addaae
Loading…
Reference in new issue