]> granicus.if.org Git - postgresql/commit
- Removed space_or_nl and line_end from pgc.l.
authorMichael Meskes <meskes@postgresql.org>
Sun, 23 Dec 2001 12:17:41 +0000 (12:17 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 23 Dec 2001 12:17:41 +0000 (12:17 +0000)
commit988fdce5d1dcb1d5b7381f378079e76127b30882
treea2632c4dcab7c2fad7a960d384ef79da6f43ef8d
parentaed0c29f7e4626032669ebc3150e5121f36a9b4d
- Removed space_or_nl and line_end from pgc.l.
- Fixed several bugs concerning arrays of structs including a memory
  allocation bug.
22 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/include/ecpgerrno.h
src/interfaces/ecpg/lib/Makefile
src/interfaces/ecpg/lib/connect.c
src/interfaces/ecpg/lib/data.c
src/interfaces/ecpg/lib/descriptor.c
src/interfaces/ecpg/lib/error.c
src/interfaces/ecpg/lib/execute.c
src/interfaces/ecpg/lib/extern.h
src/interfaces/ecpg/lib/memory.c
src/interfaces/ecpg/lib/misc.c
src/interfaces/ecpg/lib/prepare.c
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/descriptor.c
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/preproc/variable.c
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/test1.pgc
src/interfaces/ecpg/test/test2.pgc