OSDN Git Service

Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
authorMichael Meskes <meskes@postgresql.org>
Sun, 30 Sep 2007 11:38:48 +0000 (11:38 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 30 Sep 2007 11:38:48 +0000 (11:38 +0000)
commit60e83cec5792549323f41281f2a3608f71fc8f35
treebb1d826ec95a33710dcc13baa0126ecaaa63d66f
parentae57efed4a1a26bcbb8b1d8cd08fd0e58c69b7fb
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
to get memory allocation thread-safe. He also did some cleaning up.
20 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/memory.c
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/ecpglib/prepare.c
src/interfaces/ecpg/include/ecpg-pthread-win32.h
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/ecpg_schedule_tcp
src/interfaces/ecpg/test/expected/preproc-autoprep.stderr
src/interfaces/ecpg/test/expected/sql-execute.stderr
src/interfaces/ecpg/test/expected/sql-oldexec.stderr
src/interfaces/ecpg/test/expected/thread-alloc.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-alloc.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-alloc.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-alloc_2.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/thread-prep.c
src/interfaces/ecpg/test/thread/Makefile
src/interfaces/ecpg/test/thread/prep.pgc