OSDN Git Service

Added SET DESCRIPTOR command.
authorMichael Meskes <meskes@postgresql.org>
Wed, 30 Jun 2004 15:01:58 +0000 (15:01 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 30 Jun 2004 15:01:58 +0000 (15:01 +0000)
commit90326c01c9c116a888998e2744eeca9d3afa6242
tree1aa62a4173d5352644b59db72f37021ae4e816cc
parentc7beffcc1dd157d26239d75d307ccface07740e9
Added SET DESCRIPTOR command.
Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now.
Cleaned up error handling in preprocessor.
src/interfaces/ecpg/ecpglib/descriptor.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/preproc/descriptor.c
src/interfaces/ecpg/preproc/extern.h
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/preproc/variable.c
src/interfaces/ecpg/test/test_desc.pgc [new file with mode: 0644]