Re: Docu question

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Docu question
Date: 2003-12-27 16:31:02
Message-ID: 200312271631.hBRGV2303414@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Meskes wrote:
> In manage-ag.sgml our docs says:
>
> [...]
> risk. To allow it, you must compile <productname>PostgreSQL</> with
> the C preprocessor macro <literal>ALLOW_ABSOLUTE_DBPATHS</>
> defined. One way to do this is to run the compilation step like
> this:
> <programlisting>
> gmake CPPFLAGS=-DALLOW_ABSOLUTE_DBPATHS all
> </programlisting>
> [...]
>
> I wonder if there's a reason to suggest this gmake call. After all it
> makes gmake disregard the CPPFLAGS settings in the Makefile. This for
> instance breaks ecpg compilation on Linux as -D_GNU_SOURCE as defined in the
> Makefiles is needed for LONG_LONG_MIN.
>
> I think we should either change the docs or start using "override" in
> the Makefiles.

Agreed. This is a problem.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-27 16:39:56 Re: Quoting of psql \d output
Previous Message Christopher Murtagh 2003-12-27 16:29:57 Re: Is my MySQL Gaining ?