"Magnus Hagander" <[EMAIL PROTECTED]> writes:
> For win32, we set the stacksize in src/backend/Makefile with
> "-Wl,--stack=4194304". So we know at build time what it is, if that
> helps you...
Well, I can just wire that value into get_stack_depth_rlimit, I suppose,
but it sounds crocky. There's no way to tell at runtime what value was
set?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match