Re: [HACKERS] ecpg changes

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Michael(dot)Meskes(at)usa(dot)net (Michael Meskes)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] ecpg changes
Date: 1999-01-18 17:16:01
Message-ID: 199901181716.MAA13873@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

> 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.

I had taken care of that last night.

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

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-01-18 17:17:48 KPGsql
Previous Message Bruce Momjian 1999-01-18 17:11:38 Re: [HACKERS] latest parser changes