projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec97c55
)
Activate WIN32_STACK_RLIMIT override only on platforms where this is
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 14 Dec 2006 20:51:14 +0000
(20:51 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 14 Dec 2006 20:51:14 +0000
(20:51 +0000)
necessary.
src/backend/tcop/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/Makefile
b/src/backend/tcop/Makefile
index 200cbad1b234cb7836afb343a89127e60866867e..ff61eef049b21b511f5c49812e07cef441d4d3ff 100644
(file)
--- a/
src/backend/tcop/Makefile
+++ b/
src/backend/tcop/Makefile
@@
-4,7
+4,7
@@
# Makefile for tcop
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.2
6 2006/10/08 17:15:34 tgl
Exp $
+# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.2
7 2006/12/14 20:51:14 petere
Exp $
#
#-------------------------------------------------------------------------
@@
-14,7
+14,9
@@
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
all: SUBSYS.o