Re: ECPG failure on BF member Vaquita (Windows Vista)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Mark Wong <markwkm(at)gmail(dot)com>, Michael Meskes <meskes(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ECPG failure on BF member Vaquita (Windows Vista)
Date: 2007-04-25 18:02:22
Message-ID: 26853.1177524142@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2007-04-25 18:05:32 Re: Schema as versioning strategy
Previous Message Martijn van Oosterhout 2007-04-25 17:38:46 Re: Vacuum-full very slow