]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Do not use the variable name when defining a varchar structure in ecpg.
authorMichael Meskes <meskes@postgresql.org>
Mon, 13 Feb 2012 12:19:57 +0000 (13:19 +0100)
committerMichael Meskes <meskes@postgresql.org>
Mon, 13 Feb 2012 14:48:49 +0000 (15:48 +0100)
commit421513ba84a0efb4a6690c5a2e1062947804e4d3
treea0f97563cca948d754e0fc41193baee151a87b7a
parent6c1603cd8a6a90c6d1b509fb199edaab383ecf58
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