Обсуждение: Re: [GENERAL] ecpg problem

Поиск
Список
Период
Сортировка

Re: [GENERAL] ecpg problem

От
Michael Meskes
Дата:
I just committed the attached small fix to CVS HEAD and the 8.3 branch.
This should fix your problem.

Michael

--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

Вложения

Re: [GENERAL] ecpg problem

От
Steve Clark
Дата:
Michael Meskes wrote:
> I just committed the attached small fix to CVS HEAD and the 8.3 branch.
> This should fix your problem.
>
> Michael
>
>
>
> ------------------------------------------------------------------------
>
> diff --exclude CVS -ru /home/postgres/pgsql-ecpg/preproc/type.c preproc/type.c
> --- /home/postgres/pgsql-ecpg/preproc/type.c    2007-12-21 15:33:20.000000000 +0100
> +++ preproc/type.c    2008-03-02 11:49:11.000000000 +0100
> @@ -259,7 +259,7 @@
>
>                      ECPGdump_a_simple(o, name,
>                                        type->u.element->type,
> -                                      type->u.element->size, type->size, NULL, prefix, type->lineno);
> +                                      type->u.element->size, type->size, NULL, prefix, type->u.element->lineno);
>
>                      if (ind_type != NULL)
>                      {
Thank Michael,

I'll give it a try.

Steve