From 292e2000e19c5a38fd901b4764e26c638edeac11 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Tue, 9 Apr 2019 08:25:39 -0700 Subject: Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. The MSVC build system already did this, and commit 617dc6d299c957e2784320382b3277ede01d9c63 used it in a second file. Back-patch to 9.4, like that commit. Discussion: https://postgr.es/m/CAA8=A7_1SWc3+3Z=-utQrQFOtrj_DeohRVt7diA2tZozxsyUOQ@mail.gmail.com --- src/backend/tcop/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/backend/tcop') diff --git a/src/backend/tcop/Makefile b/src/backend/tcop/Makefile index 674302feb79..2320319c4ef 100644 --- a/src/backend/tcop/Makefile +++ b/src/backend/tcop/Makefile @@ -14,8 +14,4 @@ include $(top_builddir)/src/Makefile.global OBJS= dest.o fastpath.o postgres.o pquery.o utility.o -ifneq (,$(filter $(PORTNAME),cygwin win32)) -override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT) -endif - include $(top_srcdir)/src/backend/common.mk -- cgit v1.2.3