From 4afcae4c759443f2be115b04277882adda4e93b0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 7 Mar 2021 18:24:32 +0100 Subject: [PATCH 2/2] Use pthread library from MinGW --- src/interfaces/libpq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 0919d8f32f..6d81de7182 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -72,7 +72,7 @@ OBJS += \ win32.o ifeq ($(enable_thread_safety), yes) -OBJS += pthread-win32.o +# OBJS += pthread-win32.o endif endif -- 2.42.0