Re: \d* won't work in 7.0.2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: matias(at)k-bell(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: \d* won't work in 7.0.2?
Date: 2000-07-03 19:50:27
Message-ID: 20324.962653827@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?iso-8859-1?Q?Mat=EDas?= Giovannini <matias(at)k-bell(dot)com> writes:
>> BTW, I would like to get confirmation from someone with a PPC that the
>> new fmgr code works with normal optimization levels on PPC. If you
>> want to try it, grab the current nightly snapshot tarball or current
>> CVS sources and see if the system will pass regression tests...

> Will do. Should I tweak the configure to thrust the optlevel up, or just
> do a compile and parallel regression with the default build options?

Check the src/template file for your platform to see what the default
CFLAGS are. I think we took out the -O0 that was there before, but
I don't know what it says now.

Might as well go for broke and try it with max optimization, whatever
that is on your compiler...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Paul McGarry 2000-07-04 04:03:44 Bug: Contrib\fulltextindex\fti.c?
Previous Message Matías Giovannini 2000-07-03 19:35:01 Re: \d* won't work in 7.0.2?