1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Okay, I've updated the ecpg parser yet again. Unfortunately it has one

remaining shift/reduce conflict. But the very same conflict is in gram.y, so
I don't dig into it very much now.

Anyway, I just saw that there were minor changes made to ecpg by others. Now
I like that but I would prefer if I was told about that. Otherwise my
version numbering and Changelog maintaining might break. Or simply change
these too. :-)

Also I had to add #include <errno.h> to  backend/libpq/pqcomprim.c to be
able to compile postgresql.

Patch is attached. Since my resubscription process is still not finished
yet, I still send them here.

Michael
This commit is contained in:
Bruce Momjian
1999-01-18 17:17:06 +00:00
parent 909c519733
commit 0347dcc860
7 changed files with 111 additions and 79 deletions

View File

@ -1,4 +1,4 @@
#include <c.h>
#include <postgres.h>
#ifdef __cplusplus
extern "C"