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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ECPG failure on BF member Vaquita (Windows Vista)
Дата
Msg-id 26853.1177524142@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ECPG failure on BF member Vaquita (Windows Vista)  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: ECPG failure on BF member Vaquita (Windows Vista)  ("Mark Wong" <markwkm@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Avoiding unnecessary reads in recovery
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update