From 226e9fffc855da10fcf2a69e49c52f9baf5e6e61 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 5 Jan 2007 16:17:55 +0000 Subject: Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl. --- doc/src/sgml/ref/pg_ctl-ref.sgml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index df5b3755b5..72fb51b1c7 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -29,6 +29,7 @@ PostgreSQL documentation -l filename -o options -p path + -c pg_ctl stop @@ -48,6 +49,7 @@ PostgreSQL documentation -w -s -D datadir + -c -m s[mart] @@ -245,6 +247,19 @@ PostgreSQL documentation + + + + + Attempt to allow server crashes to produce core files, on platforms + where this available, by lifting any soft resource limit placed on + them. + This is useful in debugging or diagnosing problems by allowing a + stack trace to be obtained from a failed server process. + + + + -- cgit v1.2.1