On Windows, we know the backend stack size limit because we have to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |