Re: Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES
Date: 2001-11-14 07:38:40
Message-ID: 3BF21F80.1ED1329C@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

...
> Is there no way to get this working?

Sure there is. The code in 7.1.x needs to have USE_AUSTRALIAN_RULES
evaluate to "true" (there is an #if, not #ifdef), so you should set it
equal to one (rather than just have it exist).

I think that "-DUSE_AUSTRALIAN_RULES=1" should work; you can set it as
CFLAGS+=... in Makefile.local, or continue to try to get an environment
variable to do what you want (I do not use that technique myself, so
can't help with the nuances, but maybe export CFLAGS="..." with some
quotes will do it).

- Thomas

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-14 13:51:30 Re: Bug #514: Backend crashes periodically
Previous Message Justin Clift 2001-11-14 06:13:48 Re: Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES