Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare...
authorMichael Meskes <meskes@postgresql.org>
Wed, 26 Sep 2007 10:57:01 +0000 (10:57 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 26 Sep 2007 10:57:01 +0000 (10:57 +0000)
commitd49b20fbe68fdc66795fe9588ebd510d52a5b9eb
tree3c3b969d424551c8384711e64656c826661822f8
parent689df1bc77173c3a2cc308eee624d04c777b4bcf
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe.
20 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/prepare.c
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/preproc/output.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/ecpg_schedule_tcp
src/interfaces/ecpg/test/expected/sql-desc.c
src/interfaces/ecpg/test/expected/sql-dyntest.c
src/interfaces/ecpg/test/expected/sql-execute.c
src/interfaces/ecpg/test/expected/sql-oldexec.c
src/interfaces/ecpg/test/expected/thread-prep.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-prep.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-prep.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-prep_2.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/thread/Makefile
src/interfaces/ecpg/test/thread/prep.pgc [new file with mode: 0644]