Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec97c55 commit e5467d9Copy full SHA for e5467d9
src/backend/tcop/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for tcop
5
#
6
# IDENTIFICATION
7
-# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.26 2006/10/08 17:15:34 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.27 2006/12/14 20:51:14 petere Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -14,7 +14,9 @@ include $(top_builddir)/src/Makefile.global
14
15
OBJS= dest.o fastpath.o postgres.o pquery.o utility.o
16
17
+ifneq (,$(filter $(PORTNAME),cygwin win32))
18
override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT)
19
+endif
20
21
all: SUBSYS.o
22
0 commit comments