Re: [BUGS] Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

2001-11-18 Thread Justin
Hi Thomas, Thanks for this. Just used CFLAGS='-DUSE_AUSTRALIAN_RULES=1' and it compiled fine. :-) Regards and best wishes, Justin Clift On Wed, 14 Nov 2001 18:38, Thomas Lockhart wrote: > ... > > > Is there no way to get this working? > > Sure there is. The code in 7.1.x needs to have USE_A

Re: [BUGS] Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

2001-11-13 Thread Thomas Lockhart
... > 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

Re: [BUGS] Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

2001-11-13 Thread Justin Clift
Hi Bruce, There is ZERO possibility of using 7.2betaX on this server. It's a critical production machine and requirements are such that it's been migrated to RedHat 7.1. Is there no way to get this working? Regards and best wishes, Justin Clift Bruce Momjian wrote: > > Please try 7.2beta2.

Re: [BUGS] Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

2001-11-13 Thread Tom Lane
Justin Clift <[EMAIL PROTECTED]> writes: > Does anyone have any ideas? Please bear in mind that everything > compiles fine without the -DUSE_AUSTRALIAN_FLAGS option. > Haven't tried current CVS, but it's an interesting thought (can't do it > on this server). FWIW, there is no AUSTRALIAN_anything

Re: [BUGS] Problem with 7.1.3 and -DUSE_AUSTRALIAN_RULES

2001-11-13 Thread Bruce Momjian
Please try 7.2beta2. Australian time is now controlled by a postgresql.conf option so things are much easier. --- > Hi, > > I'm trying to compile PostgreSQL 7.1.3 on Redhat 7.1, and whenever I > define USE_AUSTRALIAN_RULE