Re: Odd behavior observed - Mailing list pgsql-general

From Tom Lane
Subject Re: Odd behavior observed
Date
Msg-id 15121.1158689345@sss.pgh.pa.us
Whole thread Raw
In response to Re: Odd behavior observed  (Marc Evans <Marc@SoftwareHackery.Com>)
Responses Re: Odd behavior observed  (Marc Evans <Marc@SoftwareHackery.Com>)
List pgsql-general
Marc Evans <Marc@SoftwareHackery.Com> writes:
> Any suggested tricks for seeing additional debug information or even
> roaming through gdb, to try to figure this out?

Is the problem reproducible enough that you can watch it under gdb?
In that case it shouldn't be that hard to narrow it down.  I gathered
from your original statement that you couldn't reproduce it reliably.

I'd start with ExecInsert() and see if it's being passed correct info
or not, then work backwards or forwards depending.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Odd behavior observed
Next
From: Marc Evans
Date:
Subject: Re: Odd behavior observed