From: | Steve Clark <sclark(at)netwolves(dot)com> |
---|---|
To: | Michael Meskes <meskes(at)postgresql(dot)org> |
Cc: | pgsql <pgsql-general(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: [GENERAL] ecpg problem |
Date: | 2008-03-03 13:43:57 |
Message-ID: | 47CC009D.4030208@netwolves.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | David Schweikert | 2008-03-03 14:15:58 | BUG #4006: pg_ctl assumes that all config files lie in data_directory |
Previous Message | Steve Clark | 2008-03-03 13:43:20 | Re: ecpg problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Karl Denninger | 2008-03-03 14:11:36 | Re: 8.2.6 > 8.3 blows up |
Previous Message | Steve Clark | 2008-03-03 13:43:20 | Re: ecpg problem |