Skip to content

Commit e5467d9

Browse files
committed
Activate WIN32_STACK_RLIMIT override only on platforms where this is
necessary.
1 parent ec97c55 commit e5467d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/tcop/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for tcop
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.26 2006/10/08 17:15:34 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.27 2006/12/14 20:51:14 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -14,7 +14,9 @@ include $(top_builddir)/src/Makefile.global
1414

1515
OBJS= dest.o fastpath.o postgres.o pquery.o utility.o
1616

17+
ifneq (,$(filter $(PORTNAME),cygwin win32))
1718
override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT)
19+
endif
1820

1921
all: SUBSYS.o
2022

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy