win32_pending_delete.patch

text/x-patch

Filename: win32_pending_delete.patch
Type: text/x-patch
Part: 0
Message: Re: BUG #14243: pg_basebackup failes by a STATUS_DELETE_PENDING file

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/port/win32error.c 3 0
diff --git a/src/port/win32error.c b/src/port/win32error.c
index cf65225..a69d405 100644
--- a/src/port/win32error.c
+++ b/src/port/win32error.c
@@ -161,6 +161,9 @@ static const struct
 	},
 	{
 		ERROR_NOT_ENOUGH_QUOTA, ENOMEM
+	},
+	{
+		ERROR_DELETE_PENDING, ENOENT
 	}
 };