mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Boszormenyi Zoltan, with only a minor tweak or two from me.
This commit is contained in:
@ -16,6 +16,7 @@ test: pgtypeslib/num_test2
|
||||
test: preproc/array_of_struct
|
||||
test: preproc/autoprep
|
||||
test: preproc/comment
|
||||
test: preproc/cursor
|
||||
test: preproc/define
|
||||
test: preproc/init
|
||||
test: preproc/strings
|
||||
|
@ -16,6 +16,7 @@ test: pgtypeslib/num_test2
|
||||
test: preproc/array_of_struct
|
||||
test: preproc/autoprep
|
||||
test: preproc/comment
|
||||
test: preproc/cursor
|
||||
test: preproc/define
|
||||
test: preproc/init
|
||||
test: preproc/strings
|
||||
|
@ -7,6 +7,7 @@ include $(top_srcdir)/$(subdir)/../Makefile.regress
|
||||
TESTS = array_of_struct array_of_struct.c \
|
||||
autoprep autoprep.c \
|
||||
comment comment.c \
|
||||
cursor cursor.c \
|
||||
define define.c \
|
||||
init init.c \
|
||||
strings strings.c \
|
||||
|
Reference in New Issue
Block a user