pgsql: Fixed bug that caused arrays of varchar to be output with

Lists: pgsql-committers
From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed bug that caused arrays of varchar to be output with
Date: 2008-03-02 10:54:11
Message-ID: 20080302105411.D334F754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Fixed bug that caused arrays of varchar to be output with incomplete name.
In the process expanded one test case,

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
ChangeLog (r1.374 -> r1.375)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.374&r2=1.375)
pgsql/src/interfaces/ecpg/preproc:
type.c (r1.77 -> r1.78)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.77&r2=1.78)
pgsql/src/interfaces/ecpg/test/expected:
preproc-array_of_struct.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c?r1=1.3&r2=1.4)
preproc-array_of_struct.stderr (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/preproc-array_of_struct.stderr?r1=1.2&r2=1.3)
preproc-array_of_struct.stdout (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/preproc-array_of_struct.stdout?r1=1.1&r2=1.2)
pgsql/src/interfaces/ecpg/test/preproc:
array_of_struct.pgc (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/preproc/array_of_struct.pgc?r1=1.1&r2=1.2)