diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-12-21 15:29:49 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-12-21 15:33:38 +0200 |
commit | 14aa55df29ea69e453be4c46f8546d49365fc06b (patch) | |
tree | ba79ae07a8fb41bce131d010be8ba1533f10d176 /src/backend/parser/parse_expr.c | |
parent | 17a71067d03edfc7a0eddb5bff42f48fb1855d82 (diff) | |
download | postgresql-14aa55df29ea69e453be4c46f8546d49365fc06b.tar.gz postgresql-14aa55df29ea69e453be4c46f8546d49365fc06b.zip |
Fix race condition if a file is removed while pg_basebackup is running.
If a relation file was removed when the server-side counterpart of
pg_basebackup was just about to open it to send it to the client, you'd
get a "could not open file" error. Fix that.
Backpatch to 9.1, this goes back to when pg_basebackup was introduced.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions