Re: [PATCHES] plpython tracebacks

2006-04-28 Thread Bruce Momjian
Neil, where are we on this patch? --- Neil Conway wrote: > P. Scott DeVos wrote: > > I'm on it. > > Actually, don't worry about it -- I've made the corrections I had in > mind myself. Attached is a revised patch. On looki

Re: [PATCHES] Solaris ASM problem

2006-04-28 Thread Bruce Momjian
Kris Jurka wrote: > > > On Fri, 28 Apr 2006, Theo Schlossnagle wrote: > > > The file that uses the spinlocks: > > /src/backend/storage/lmgr/s_lock.c > > > > can be compiled standalone with -DS_LOCK_TEST > > > > To get the test to compile I had to link in tas.o as the attached patch > shows. U

Re: [PATCHES] patch to have configure check if CC is intel C compiler

2006-04-28 Thread Bruce Momjian
Patch applied. Thanks. --- Jeremy Drake wrote: > On Sat, 22 Apr 2006, Tom Lane wrote: > > > Given that we've already got a test for ICC in there as of today, I'd > > vote for adding -mp1 to CFLAGS if we see it's ICC. > >