]> granicus.if.org Git - postgresql/commit
Include the current value of max_stack_depth in stack depth complaints.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Nov 2010 21:15:38 +0000 (17:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Nov 2010 21:15:38 +0000 (17:15 -0400)
commit6736916f5f5a5f340aa20d4b27540764b5646585
treeada19ee79719ed5238f8b199b523b386d036b33c
parent5e8b7b0b73b6d0aba4a5a05704601dd031ad0a49
Include the current value of max_stack_depth in stack depth complaints.

I'm mainly interested in finding out what it is on buildfarm machines,
but including the active value in the message seems like good practice
in any case.  Add the info to the HINT, not the ERROR string, so as not
to change the regression tests' expected output.
src/backend/tcop/postgres.c