From 139936197a76027e796f8065591768b221cf68ab Mon Sep 17 00:00:00 2001 From: Max Sharnoff Date: Thu, 23 Sep 2021 14:55:38 -0700 Subject: [PATCH] bump vendor/postgres: Catch walkeeper ErrorResponse (#650) Postgres commit message: PQgetCopyData can sometimes indicate that the copy is done if the backend returns an error response. So while we still expect that the walkeeper never sends CopyDone, we can't expect it to never produce errors. --- vendor/postgres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/postgres b/vendor/postgres index 452b7abaab..d2af682f6e 160000 --- a/vendor/postgres +++ b/vendor/postgres @@ -1 +1 @@ -Subproject commit 452b7abaabea107a88df3d9037d65b1b7c532349 +Subproject commit d2af682f6e37e0d781b344b55e1c9b8ccfc07022