]> granicus.if.org Git - postgresql/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:49:38 +0000 (15:49 +0100)
commitebc37d6924df785f3601f135c9c900fd7ec465c7
treee99c3c549d4c8430977f7c0e110e049a9236a346
parent0f3fcbbb613467fd78744da17d5228c813c5958b
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