Re: \d* won't work in 7.0.2?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: matias@k-bell.com
Cc: pgsql-bugs@postgresql.org
Date: 2000-07-03T19:50:27Z
Lists: pgsql-bugs
=?iso-8859-1?Q?Mat=EDas?= Giovannini <matias@k-bell.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