Re: Elog - Mailing list pgsql-general

From Mark Kirkwood
Subject Re: Elog
Date
Msg-id 3ED7E2EB.3060003@paradise.net.nz
Whole thread Raw
In response to Elog  (Nailah Ogeer <ogeer@cs.queensu.ca>)
List pgsql-general

Nailah Ogeer wrote:

>Where do the elog information go in postgres7.3.2.
>
To whereever you have told the server to log (stdout if you havent
specified)

> I am still getting a
>Segmentation fault when trying to run my code after making changes to the
>buffer folder and relcache.c. Someone mentioned using a stack before to
>trace. Can someone give me some more info on this or other methods of
>tracing?
>
>
Use something like strace (Linux) or truss (Solaris) and attach it to
your backend process.
If your crash happens immediately, then run a single process backend and
trace it from  startup.

regards

Mark


pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: Re-Create Table make Faster.
Next
From: Tom Lane
Date:
Subject: Re: Moving a table to a different schema