1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00
+
+Wed Dec  9 11:24:54 MEZ 1998
+
+       - Synced preproc.y with gram.y and the keywords.c files to add CASE
+         statement.
+
+Tue Dec 22 14:16:11 CET 1998
+
+       - Synced preproc.y with gram.y for locking statements.
+       - Set version to 2.4.5
This commit is contained in:
Marc G. Fournier
1998-12-22 18:50:56 +00:00
parent d7171601a3
commit e237194b72
6 changed files with 204 additions and 23 deletions

View File

@ -181,7 +181,7 @@ main(int argc, char *const argv[])
/* initialize lex */
lex_init();
/* we need two includes and a constant */
/* we need two includes */
fprintf(yyout, "/* Processed by ecpg (%d.%d.%d) */\n/* These two include files are added by the preprocessor */\n#include <ecpgtype.h>\n#include <ecpglib.h>\n\n", MAJOR_VERSION, MINOR_VERSION, PATCHLEVEL);
/* and parse the source */