]> granicus.if.org Git - postgresql/commit
Started working on a seperate pgtypes library. First test work. PLEASE test compilati...
authorMichael Meskes <meskes@postgresql.org>
Sun, 16 Mar 2003 10:42:54 +0000 (10:42 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 16 Mar 2003 10:42:54 +0000 (10:42 +0000)
commita4f25b6a9c2dbf5f38e498922e3761cb3bf46ba0
tree54ff23d698b18c898c8fd7903df29b76e95df9fb
parent48dfa0d057e0d9b2244ff1706dd72e91a0b45064
Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems.
23 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/ecpglib/Makefile [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/connect.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/data.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/descriptor.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/error.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/execute.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/extern.h [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/memory.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/misc.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/pg_type.h [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/prepare.c [new file with mode: 0644]
src/interfaces/ecpg/ecpglib/typename.c [new file with mode: 0644]
src/interfaces/ecpg/include/Makefile
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/pgtypeslib/Makefile [new file with mode: 0644]
src/interfaces/ecpg/pgtypeslib/numeric.c [new file with mode: 0644]
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/num_test.pgc [new file with mode: 0644]