Re: ECPG failure on BF member Vaquita (Windows Vista) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ECPG failure on BF member Vaquita (Windows Vista)
Date
Msg-id 26853.1177524142@sss.pgh.pa.us
Whole thread Raw
In response to Re: ECPG failure on BF member Vaquita (Windows Vista)  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: ECPG failure on BF member Vaquita (Windows Vista)  ("Mark Wong" <markwkm@gmail.com>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I think you'll need to compile with optimisation turned off and then try 
> running the test under debugger control, putting a breakpoint in 
> ECPGget_variable() and then stepping through it. I wonder what value of 
> var->ind_pointer it is getting?

You could probably inspect the contents of *var in that dump without
having to recompile.  Given that this is PPC64, I'm betting on a pointer
size or alignment problem ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Avoiding unnecessary reads in recovery
Next
From: Josh Berkus
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update