postgresql/src/include/tcop
Tom Lane 71a6f8b85b On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that
max_stack_depth is not set to an unsafe value.

This commit also provides configure-time checking for <sys/resource.h>,
and cleans up some perhaps-unportable code associated with use of that
include file and getrlimit().
2006-10-07 19:25:29 +00:00
..
dest.h Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
fastpath.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pquery.h Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
tcopdebug.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tcopprot.h On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 2006-10-07 19:25:29 +00:00
utility.h Clean up logging for extended-query-protocol operations, as per my recent 2006-09-07 22:52:01 +00:00