From 0c1da3e22acf64c0e6dbcd7835b257c00269c971 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 22 Jan 2025 16:02:16 -0800 Subject: [PATCH] comment --- http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http.c b/http.c index e978565..3db9512 100644 --- a/http.c +++ b/http.c @@ -228,6 +228,7 @@ static CURL * g_http_handle = NULL; static int http_progress_callback(void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow) { + /* Check the PgSQL global flags */ return QueryCancelPending || ProcDiePending; }