]> granicus.if.org Git - postgresql/commit
+ Sat Feb 21 19:10:55 CET 1998
authorMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 15:52:13 +0000 (15:52 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 15:52:13 +0000 (15:52 +0000)
commit80e12829cf79337fb71a19244a171daace974d7a
tree8c723779b20baff520c080127be3e3be4a14ca1a
parent0227a4e1141ae83ac3ae145fa283ede13e86e23e
+ Sat Feb 21 19:10:55 CET 1998
+
+       - use char[] as string not as array of bytes that is integers
+
+ Sun Feb 22 16:37:36 CET 1998
+
+       - use long for all size variables
+       - added execute immediate statement
+
+ Sun Feb 22 20:41:32 CET 1998
+
+       - use varcharsize = 1 for all simple types, 0 means pointer, > 1
+         means array if type is char resp. unsigned char
+
+ Thu Feb 24 12:26:12 CET 1998
+
+       - allow 'go to' in whenever statement as well as 'goto'
+       - new argument 'stop' for whenever statement

From: Michael Meskes <meskes@topsystem.de>
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/TODO
src/interfaces/ecpg/lib/ecpglib.c
src/interfaces/ecpg/preproc/Makefile
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/test/test2.pgc