On Windows, we know the backend stack size limit because we have to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Oct 2006 17:15:34 +0000 (17:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Oct 2006 17:15:34 +0000 (17:15 +0000)
commitc7611f99d63e316597b23720d5be354eb7438c72
tree13efba7fdc706e586689d1772b2f51cebe147d32
parent5e0bc3b71113c6b766b0c9dfac87ae53889b29f8
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.
src/Makefile.global.in
src/backend/Makefile
src/backend/tcop/Makefile
src/backend/tcop/postgres.c