]> granicus.if.org Git - postgresql/commit
Do not use the variable name when defining a varchar structure in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Fri, 10 Feb 2012 02:58:57 +0000 (03:58 +0100)
committerMichael Meskes <meskes@postgresql.org>
Mon, 13 Feb 2012 14:49:50 +0000 (15:49 +0100)
commit9a4880a0dd3cc94770aae2d372302642990c9fc1
treee199abd5bd6dba392d1349fdec80c3620312d4a4
parent21320763a39994021a4ff045ff66f7204bdb6d78
Do not use the variable name when defining a varchar structure in ecpg.

With a unique counter being added anyway, there is no need anymore to have the variable name listed, too.
src/interfaces/ecpg/preproc/ecpg.trailer
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/test/expected/preproc-array_of_struct.c
src/interfaces/ecpg/test/expected/preproc-cursor.c
src/interfaces/ecpg/test/expected/preproc-type.c
src/interfaces/ecpg/test/expected/preproc-variable.c
src/interfaces/ecpg/test/preproc/type.pgc