postgresql/src/backend/storage
Bruce Momjian 3cbe6b2478 Looks like a small patch is needed as well to do the right thing on Linux.
The patch enables the mips2 ISA for the ll/sc operations, and then restores
it when done.  The kernel/libc emulation code will take over on CPUs without
ll/sc, and on CPUs with it, it'll use the operations provided by the CPU.

Combined with the earlier fix (removing -mips2), postgresql builds again on
mips and mipsel.  The patch is against 7.2-7.

Oliver Elphick
2002-04-05 11:38:13 +00:00
..
buffer Change made to elog: 2002-03-06 06:10:59 +00:00
file Change made to elog: 2002-03-06 06:10:59 +00:00
freespace Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list 2002-01-24 15:31:43 +00:00
ipc Change made to elog: 2002-03-06 06:10:59 +00:00
large_object pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
lmgr Looks like a small patch is needed as well to do the right thing on Linux. 2002-04-05 11:38:13 +00:00
page Change made to elog: 2002-03-06 06:10:59 +00:00
smgr Change made to elog: 2002-03-06 06:10:59 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00