| From: | Brent Verner <brent(at)rcfile(dot)org> | 
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> | 
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> | 
| Subject: | Re: Alpha tas() patch | 
| Date: | 2000-12-29 04:58:13 | 
| Message-ID: | 20001228235813.D16760@rcfile.org | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches | 
On 28 Dec 2000 at 23:08 (-0500), Tom Lane wrote:
| > after fresh CVS update: geometry, float8, and oid are still failing,
| 
| You're running this on DEC's cc, right?  Geometry and float8 are a
| matter of fixing the expected output, I think.  I'm surprised that the
| OID test is failing for you --- it passes for me on that Debian box.
| Could you step through the oidin_subr routine in
| src/backend/utils/adt/oid.c and see what it's getting for intermediate
| results?
no, these results are with gcc, sorry for not stating that :(. With DEC's 
cc, I do not see the CheckPoint bug, the oid and geometry regression tests
still fail (same result as before new TAS code, so the it appears that
__LOCK_LONG_RETRY() does the right thing for us).
| > I now am seeing the CheckPoint shutdown bug, which leaves the db in an
| > unusable state after running the regression tests.
| > mnemosyne:~/src/gcc-pgsql
| > pgadmin$ Startup failed - abort
| 
| Oh, that's interesting.  On the Debian box, restart works fine after
| CheckPoint barfs.  We need to look into that and find out why --- if
| restart fails in this situation, it would imply that restart after a
| system crash would probably fail too.  Can you trace through it and
| figure out where it's failing?
Yes, I'll dig into this, but won't be able to do so until late(r) in
the day.
cheers.
	brent
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-12-29 05:32:23 | Re: Assuming that TAS() will succeed the first time is verboten | 
| Previous Message | Alfred Perlstein | 2000-12-29 04:58:04 | Re: Assuming that TAS() will succeed the first time is verboten | 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-12-29 19:00:13 | Re: [HACKERS] About PQsetClientEncoding(), "SET NAMES", and "SET CLIENT_ENCODING" | 
| Previous Message | Tom Lane | 2000-12-29 04:08:05 | Re: Alpha tas() patch |