Re: [HACKERS] ecpg glitches in Feb 23rd beta.

From: Michael Meskes <meskes(at)topsystem(dot)de>
To: darrenk(at)insightdist(dot)com (Darren King)
Cc: pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker)
Subject: Re: [HACKERS] ecpg glitches in Feb 23rd beta.
Date: 1998-02-24 11:17:47
Message-ID: 199802241117.MAA25660@gauss.topsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Darren King writes:
>
> 1. ecpg Makefiles have hard-coded gcc-only options hard coded.
>
> 2. ecpg/preproc/Makefile trashes CFLAGS instead of appending to it.
>
> 3. ecpg/preproc/preproc.y has duplicate S_SIGNED
>
> Patch appended to fix #1-#3 for Michael's review. Don't appear to
> break anything else, but I'm not the one working on this.

Thanks. I've included them in my source tree and will submit them with my
next patch.

> 4. ecpg/preproc/preproc.y has an illegal assignment between "void*"
> and "const char*". Log of the make error is...

Hopefully I've fixed this one, too.

Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-02-24 12:26:52 ecpg news
Previous Message Michael Meskes 1998-02-24 10:55:04 Re: [HACKERS] Current 6.3 issues