]> granicus.if.org Git - postgresql/commit
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
authorNoah Misch <noah@leadboat.com>
Tue, 9 Apr 2019 15:25:39 +0000 (08:25 -0700)
committerNoah Misch <noah@leadboat.com>
Tue, 9 Apr 2019 15:25:42 +0000 (08:25 -0700)
commit47b6362b58e03aa2e1f55550539f79321375693b
tree2e8a3d84a1a6a1a364c3c349647c1fe828985852
parente45a8ff87149d9f69551b7e7378501e38bb60e8d
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
src/makefiles/Makefile.cygwin
src/makefiles/Makefile.win32