Re: FRONTEND in ecpg

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: FRONTEND in ecpg
Date: 2004-04-13 19:45:28
Message-ID: 25849.1081885528@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Or should FRONTEND perhaps even be explicitly #defined in postgres_fe.h?

> You know, that is an excellent idea. I have been adding FRONTEND to
> specific Makefiles just in cases where I need special src/port compiles
> of files, but putting it in postgres_fe.h would hit all of them nicely.

There are some source files that #include c.h instead of either
postgres.h or postgres_fe.h; this would *not* hit those.

> Let me make that change now.

Better test before committing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-04-13 20:24:01 Re: Join works in 7.3.6, fails in 7.4.2
Previous Message Tom Lane 2004-04-13 19:42:54 Re: Join works in 7.3.6, fails in 7.4.2