]> granicus.if.org Git - postgresql/commit
Adjust HINT for stack depth limit to mention checking the underlying
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 16:43:28 +0000 (16:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 16:43:28 +0000 (16:43 +0000)
commit1c160291ef61f46800616cb88d5a3a02156de4e3
treec19eff1d91a7c889a21f122066c0b075576f0c96
parentcc1d55b74b533a86b273ed6b4702b21aff255e01
Adjust HINT for stack depth limit to mention checking the underlying
platform limit, rather than just blindly raising max_stack_depth.
Also, tweak the code to work properly if someone sets max_stack_depth
to more than 2Gb, which guc.c will allow on a 64-bit machine.
src/backend/tcop/postgres.c