*** empty log message ***
authorMichael Meskes <meskes@postgresql.org>
Wed, 16 Feb 2000 16:18:29 +0000 (16:18 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 16 Feb 2000 16:18:29 +0000 (16:18 +0000)
commit35ba9de276150fd3d589509a86ae651924f34cb3
tree8d3c867e2fbb1bd7404036f7e798e9c113fa4859
parent988d53e5ea6d87a284e8d3c81829e86b89455fa9
*** empty log message ***
16 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/README.dynSQL [new file with mode: 0644]
src/interfaces/ecpg/TODO
src/interfaces/ecpg/include/Makefile
src/interfaces/ecpg/include/ecpgerrno.h
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/include/sql3types.h [new file with mode: 0644]
src/interfaces/ecpg/lib/Makefile.in
src/interfaces/ecpg/lib/dynamic.c [new file with mode: 0644]
src/interfaces/ecpg/lib/ecpglib.c
src/interfaces/ecpg/preproc/ecpg_keywords.c
src/interfaces/ecpg/preproc/extern.h
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/dyntest.pgc [new file with mode: 0644]