pgsql: Do not use the variable name when defining a varchar structure i

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Do not use the variable name when defining a varchar structure i
Дата
Msg-id E1RwxVu-0001Xy-04@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a4880a0dd3cc94770aae2d372302642990c9fc1

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.trailer           |    4 ++--
src/interfaces/ecpg/preproc/type.c                 |   13 +++----------
src/interfaces/ecpg/preproc/type.h                 |    1 -
.../ecpg/test/expected/preproc-array_of_struct.c   |   14 +++++++-------
src/interfaces/ecpg/test/expected/preproc-cursor.c |   20 ++++++++++----------
src/interfaces/ecpg/test/expected/preproc-type.c   |    4 ++--
.../ecpg/test/expected/preproc-variable.c          |    8 ++++----
src/interfaces/ecpg/test/preproc/type.pgc          |    2 +-
8 files changed, 29 insertions(+), 37 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Do not use the variable name when defining a varchar structure i
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Improve labeling of pg_test_fsync open_sync test output.