On Windows, we know the backend stack size limit because we have to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c7611f99d63e316597b23720d5be354eb7438c72
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-08T17:15:34Z
Releases: 8.2.0
On Windows, we know the backend stack size limit because we have to
specify it explicitly in backend/Makefile.  Arrange for this value to
be known by get_stack_depth_rlimit() too.  Per suggestion from Magnus.

Files

PathChange+/−
src/backend/Makefile modified +3 −3
src/backend/tcop/Makefile modified +3 −1
src/backend/tcop/postgres.c modified +6 −1
src/Makefile.global.in modified +4 −1