postgresql/src/backend/storage/buffer
Bruce Momjian aba8c12f67 We have tested the patches on three platforms:
NetBSD/macppc
LinuxPPC
FreeBSD 2.2.6-RELEASE

All of them seem happy with the regression test. Note that, however,
compiling with optimization enabled on NetBSD/macppc causes an initdb
failure (other two platforms are ok). After checking the asm code, we
are suspecting that might be a compiler(egcs) bug.

Tatsuo Ishii
1999-03-14 16:03:33 +00:00
..
buf_init.c Repair some pretty serious problems in dynahash.c and 1999-02-22 06:16:57 +00:00
buf_table.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
bufmgr.c From: Tatsuo Ishii <t-ishii@sra.co.jp> 1999-02-21 03:49:55 +00:00
freelist.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
localbuf.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
Makefile Here is the long awaited optimized version of the S_LOCK patch. 1998-06-16 07:18:16 +00:00
s_lock.c We have tested the patches on three platforms: 1999-03-14 16:03:33 +00:00