| From: | momjian(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/utils/mmgr (aset.c) |
| Date: | 2000-11-16 05:51:02 |
| Message-ID: | 200011160551.eAG5p2x49708@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Thursday, November 16, 2000 @ 00:51:02
Author: momjian
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/mmgr
from hub.org:/home/projects/pgsql/tmp/cvs-serv49569/pgsql/src/backend/utils/mmgr
Modified Files:
aset.c
----------------------------- Log Message -----------------------------
Make pgsql compile on FreeBSD-alpha.
Context diff this time.
Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386.
Compile with only -O on alpha for codegen safety.
Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.
Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/
Remove an unused variable.
Alfred Perlstein
| From | Date | Subject | |
|---|---|---|---|
| Next Message | momjian | 2000-11-16 05:51:03 | pgsql/src/bin/psql (print.c) |
| Previous Message | momjian | 2000-11-16 05:51:01 | pgsql/src/backend/storage/buffer (s_lock.c) |